This commit is contained in:
Kat Inskip 2025-08-18 15:53:55 -07:00
parent ccb6890f93
commit bb79e2b06d
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
3 changed files with 5 additions and 4 deletions

View file

@ -3,6 +3,7 @@
config,
...
}: {
bootstrap.packages.nix = channels.nixpkgs.lix;
nixpkgs.args = {
localSystem = "x86_64-linux";
config = {

View file

@ -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} "$@"

View file

@ -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} "$@"