mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
fix: ?
This commit is contained in:
parent
ccb6890f93
commit
bb79e2b06d
3 changed files with 5 additions and 4 deletions
|
|
@ -3,6 +3,7 @@
|
|||
config,
|
||||
...
|
||||
}: {
|
||||
bootstrap.packages.nix = channels.nixpkgs.lix;
|
||||
nixpkgs.args = {
|
||||
localSystem = "x86_64-linux";
|
||||
config = {
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
git,
|
||||
cachix,
|
||||
jq,
|
||||
nix,
|
||||
lix,
|
||||
curl,
|
||||
}: let
|
||||
inherit (lib) makeBinPath;
|
||||
|
|
@ -14,7 +14,7 @@ in
|
|||
git
|
||||
cachix
|
||||
jq
|
||||
nix
|
||||
lix
|
||||
curl
|
||||
]}"
|
||||
exec ${./build-system.sh} "$@"
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
git,
|
||||
cachix,
|
||||
jq,
|
||||
nix,
|
||||
lix,
|
||||
curl,
|
||||
}: let
|
||||
inherit (lib) makeBinPath;
|
||||
|
|
@ -14,7 +14,7 @@ in
|
|||
git
|
||||
cachix
|
||||
jq
|
||||
nix
|
||||
lix
|
||||
curl
|
||||
]}"
|
||||
exec ${./update.sh} "$@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue