mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: bleh
This commit is contained in:
parent
aa3e24e087
commit
1c2ff018a1
2 changed files with 4 additions and 4 deletions
|
|
@ -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} "$@"
|
||||||
|
|
|
||||||
|
|
@ -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} "$@"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue