Compare commits

..

4 commits

Author SHA1 Message Date
50be0ff152 WIP: templates: add rust-cargo
All checks were successful
ci/woodpecker/push/check Pipeline was successful
TODO: find out if I can use the `cargoLock` FOD to run `clippy`.
2024-04-01 22:22:39 +01:00
6c1a9fbdba templates: fix description typo 2024-03-28 20:21:55 +00:00
887be08b69 templates: fix homepage links 2024-03-28 20:21:55 +00:00
68ff32a6d6 pkgs: zsh-done: fix homepage link 2024-03-28 20:21:55 +00:00
3 changed files with 29 additions and 29 deletions

View file

@ -9,15 +9,15 @@ steps:
- name: notifiy
image: bash
environment:
ADDRESS:
from_secret: matrix_homeserver
ROOM:
from_secret: matrix_roomid
USER:
from_secret: matrix_username
PASS:
from_secret: matrix_password
secrets:
- source: matrix_homeserver
target: address
- source: matrix_roomid
target: room
- source: matrix_username
target: user
- source: matrix_password
target: pass
commands:
- nix run '.#matrix-notifier'
when:

View file

@ -14,17 +14,17 @@ steps:
- name: notifiy
image: bash
environment:
ADDRESS:
from_secret: matrix_homeserver
ROOM:
from_secret: matrix_roomid
USER:
from_secret: matrix_username
PASS:
from_secret: matrix_password
secrets:
- source: matrix_homeserver
target: address
- source: matrix_roomid
target: room
- source: matrix_username
target: user
- source: matrix_password
target: pass
commands:
- nix run github:ambroisie/matrix-notifier
- nix run '.#matrix-notifier'
when:
status:
- failure

View file

@ -14,17 +14,17 @@ steps:
- name: notifiy
image: bash
environment:
ADDRESS:
from_secret: matrix_homeserver
ROOM:
from_secret: matrix_roomid
USER:
from_secret: matrix_username
PASS:
from_secret: matrix_password
secrets:
- source: matrix_homeserver
target: address
- source: matrix_roomid
target: room
- source: matrix_username
target: user
- source: matrix_password
target: pass
commands:
- nix run github:ambroisie/matrix-notifier
- nix run '.#matrix-notifier'
when:
status:
- failure