mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: nf-build-system
This commit is contained in:
parent
1c2ff018a1
commit
07de41ab1f
1 changed files with 2 additions and 2 deletions
|
|
@ -8,12 +8,12 @@
|
||||||
curl,
|
curl,
|
||||||
}:
|
}:
|
||||||
writeShellScriptBin "nf-build-system" ''
|
writeShellScriptBin "nf-build-system" ''
|
||||||
export PATH="$PATH:${lib.makeBinPath [
|
export PATH="${lib.makeBinPath [
|
||||||
git
|
git
|
||||||
cachix
|
cachix
|
||||||
jq
|
jq
|
||||||
lixPackageSets.stable.lix
|
lixPackageSets.stable.lix
|
||||||
curl
|
curl
|
||||||
]}"
|
]}:$PATH"
|
||||||
exec ${./build-system.sh} "$@"
|
exec ${./build-system.sh} "$@"
|
||||||
''
|
''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue