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",
|
"avahi",
|
||||||
"bash",
|
"bash",
|
||||||
"bubblewrap",
|
"bubblewrap",
|
||||||
|
"dialog",
|
||||||
"disko",
|
"disko",
|
||||||
"e2fsprogs",
|
"e2fsprogs",
|
||||||
"git",
|
"git",
|
||||||
"gnupg",
|
"gnupg",
|
||||||
"dialog",
|
|
||||||
"mypy",
|
"mypy",
|
||||||
"netcat",
|
"netcat",
|
||||||
"nix",
|
"nix",
|
||||||
"nixos-anywhere",
|
"nixos-anywhere",
|
||||||
"qrencode",
|
|
||||||
"openssh",
|
"openssh",
|
||||||
"pass",
|
"pass",
|
||||||
"qemu",
|
"qemu",
|
||||||
|
"qrencode",
|
||||||
"rsync",
|
"rsync",
|
||||||
"shellcheck-minimal",
|
"shellcheck-minimal",
|
||||||
"sops",
|
"sops",
|
||||||
|
|||||||
@@ -56,6 +56,7 @@
|
|||||||
includedRuntimeDeps = [
|
includedRuntimeDeps = [
|
||||||
"age"
|
"age"
|
||||||
"git"
|
"git"
|
||||||
|
"nix"
|
||||||
];
|
];
|
||||||
inherit (self) nixosConfigurations;
|
inherit (self) nixosConfigurations;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user