diff options
Diffstat (limited to 'modules/base')
| -rw-r--r-- | modules/base/nix.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/base/nix.nix b/modules/base/nix.nix index 1b4703c..2390b4b 100644 --- a/modules/base/nix.nix +++ b/modules/base/nix.nix @@ -6,8 +6,6 @@ }: { nix = { - optimise.automatic = true; - registry.nixpkgs.flake = inputs.nixpkgs; package = lib.mkForce pkgs.nixVersions.git; nixPath = [ "nixpkgs=${inputs.nixpkgs}" ]; channel.enable = false; |