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 13:01:08 +0200
committerSoispha <soispha@vhack.eu>2023-05-09 19:30:11 +0200
commit832b796d1e8730aa0ce16c23a4d6f0b6755a59df (patch)
tree0750ca228b003b1f39f46855c2d9d2b8d88d45d9 /system/default.nix
parentFix(system/services/nix): Use correct values (diff)
downloadnixos-config-832b796d1e8730aa0ce16c23a4d6f0b6755a59df.zip
Fix(system/nixpkgs): Configure at a system level
Diffstat (limited to 'system/default.nix')
-rw-r--r--system/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/default.nix b/system/default.nix
index 64073fb8..1c8d0900 100644
--- a/system/default.nix
+++ b/system/default.nix
@@ -11,9 +11,9 @@
     ./hardware
     ./services
     ./tempfiles
-    ./nixpkgs
+    #./nixpkgs already at flake level imported
   ];
-  # remove all bloat, nixos installs by default
+  # remove all the bloat, which nixos installs by default
   environment = {
     defaultPackages = [];
   };