diff options
author | sinanmohd <sinan@sinanmohd.com> | 2023-08-14 18:32:30 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2023-08-14 18:33:25 +0530 |
commit | a83b1acf190adb7c324866545270dbcd94e2ac4c (patch) | |
tree | c40a0ef2a7150dd305890a2c289a19ede1f149dc | |
parent | aae7f5b6e7fefc263ce9d0932b341cb010e9ccd3 (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 |