diff options
author | sinanmohd <sinan@firemail.cc> | 2023-08-14 18:32:30 +0530 |
---|---|---|
committer | sinanmohd <sinan@firemail.cc> | 2023-08-14 18:33:25 +0530 |
commit | 301b045c1690edbe3f196451a98af17838e20b6e (patch) | |
tree | c40a0ef2a7150dd305890a2c289a19ede1f149dc | |
parent | 0bed62a620eeb49ccbe03ac4acf6f437e53939ab (diff) |
nix: remove overlays from nixpath so $nix can have a "pure" env
-rw-r--r-- | configuration.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configuration.nix b/configuration.nix index f043e33..a207cfe 100644 --- a/configuration.nix +++ b/configuration.nix @@ -79,9 +79,6 @@ in "nix-command" "flakes" ]; - nixPath = options.nix.nixPath.default ++ [ - "nixpkgs-overlays=/etc/nixos/overlays/" - ]; }; nixpkgs.overlays = with builtins; if pathExists ./overlays then |