Merge pull request 'bundle nix packagemanager by default' (#5166) from nix into main

Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/5166
This commit is contained in:
Luis Hebendanz
2025-09-16 14:10:29 +00:00
2 changed files with 3 additions and 2 deletions

View File

@@ -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",

View File

@@ -60,6 +60,7 @@
includedRuntimeDeps = [
"age"
"git"
"nix"
];
inherit (self) nixosConfigurations;
};