diff options
author | Soispha <soispha@vhack.eu> | 2023-04-10 12:32:27 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-05-09 19:30:06 +0200 |
commit | c28efb453df4d7f125dc69a6c89bef9c66f69500 (patch) | |
tree | d82b98f1653ed26ea7422ff65b6f0b40ca1cca94 /system/default.nix | |
parent | Fix(flake): Only activate ca-derivations after feature activate (diff) | |
download | nixos-config-c28efb453df4d7f125dc69a6c89bef9c66f69500.zip |
Fix(treewide): Make system compile again
Diffstat (limited to 'system/default.nix')
-rw-r--r-- | system/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/default.nix b/system/default.nix index a417aecc..64073fb8 100644 --- a/system/default.nix +++ b/system/default.nix @@ -3,7 +3,7 @@ ./boot ./fileSystemLayouts ./font - ./impermanence + #./impermanence already at flake level imported ./locale ./sound ./users # the position of this item is fully arbitrary @@ -11,6 +11,7 @@ ./hardware ./services ./tempfiles + ./nixpkgs ]; # remove all bloat, nixos installs by default environment = { |