about summary refs log tree commit diff stats
path: root/system/default.nix
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-04-10 12:32:27 +0200
committerSoispha <soispha@vhack.eu>2023-05-09 19:30:06 +0200
commitc28efb453df4d7f125dc69a6c89bef9c66f69500 (patch)
treed82b98f1653ed26ea7422ff65b6f0b40ca1cca94 /system/default.nix
parentFix(flake): Only activate ca-derivations after feature activate (diff)
downloadnixos-config-c28efb453df4d7f125dc69a6c89bef9c66f69500.zip
Fix(treewide): Make system compile again
Diffstat (limited to 'system/default.nix')
-rw-r--r--system/default.nix3
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 = {