diff options
Diffstat (limited to '')
-rw-r--r-- | system/default.nix | 4 |
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 = []; }; |