feat: bleh

This commit is contained in:
Kat Inskip 2025-10-12 07:16:47 -07:00
parent aa3e24e087
commit 1c2ff018a1
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
2 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,7 @@
git, git,
cachix, cachix,
jq, jq,
lix, lixPackageSets,
curl, curl,
}: }:
writeShellScriptBin "nf-build-system" '' writeShellScriptBin "nf-build-system" ''
@ -12,7 +12,7 @@ writeShellScriptBin "nf-build-system" ''
git git
cachix cachix
jq jq
lix lixPackageSets.stable.lix
curl curl
]}" ]}"
exec ${./build-system.sh} "$@" exec ${./build-system.sh} "$@"

View file

@ -4,7 +4,7 @@
git, git,
cachix, cachix,
jq, jq,
lix, lixPackageSets,
curl, curl,
}: }:
writeShellScriptBin "nf-update" '' writeShellScriptBin "nf-update" ''
@ -12,7 +12,7 @@ writeShellScriptBin "nf-update" ''
git git
cachix cachix
jq jq
lix lixPackageSets.stable.lix
curl curl
]}" ]}"
exec ${./update.sh} "$@" exec ${./update.sh} "$@"