bundle nix packagemanager by default
detsys nix lazy-path seems to be incompatible with our caching and deployment commands. By shipping nix, we can be sure to have binaries we tested.
This commit is contained in:
@@ -10,19 +10,19 @@
|
||||
"avahi",
|
||||
"bash",
|
||||
"bubblewrap",
|
||||
"dialog",
|
||||
"disko",
|
||||
"e2fsprogs",
|
||||
"git",
|
||||
"gnupg",
|
||||
"dialog",
|
||||
"mypy",
|
||||
"netcat",
|
||||
"nix",
|
||||
"nixos-anywhere",
|
||||
"qrencode",
|
||||
"openssh",
|
||||
"pass",
|
||||
"qemu",
|
||||
"qrencode",
|
||||
"rsync",
|
||||
"shellcheck-minimal",
|
||||
"sops",
|
||||
|
||||
@@ -56,6 +56,7 @@
|
||||
includedRuntimeDeps = [
|
||||
"age"
|
||||
"git"
|
||||
"nix"
|
||||
];
|
||||
inherit (self) nixosConfigurations;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user