diff options
-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 |