mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat: provide wrapped packages
This commit is contained in:
parent
fb9e62db99
commit
845afbeaf5
12 changed files with 77 additions and 29 deletions
|
|
@ -8,6 +8,5 @@ wrapShellScriptBin "nf-update" ./update.sh {
|
|||
cachix
|
||||
jq
|
||||
curl
|
||||
nf-actions-test
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ echo "checking that nodes still build..." >&2
|
|||
if [[ -n ${NF_UPDATE_CACHIX_PUSH-} ]]; then
|
||||
export NF_ACTIONS_TEST_OUTLINK=${NF_ACTIONS_TEST_OUTLINK-result}
|
||||
fi
|
||||
nf-actions-test -L
|
||||
nix run .#nf-actions-test -- -L
|
||||
|
||||
if [[ -n ${NF_UPDATE_CACHIX_PUSH-} ]]; then
|
||||
send_discord_message "Cachix pushing"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue