Revert "Switch back to flakes" This reverts commit c0384c43821474d28af1d9696ceb473a0d769292.
1 file changed, 1 insertion(+), 11 deletions(-)
changed files
M system/settings/configuration/nix.nix → system/settings/configuration/nix.nix
@@ -3,6 +3,7 @@ , pkgs , lib , ... }: { + imports = [ ../pin.nix ]; nix = { package = pkgs.lix; settings = {@@ -30,16 +31,5 @@ gc = { automatic = lib.mkDefault true; options = lib.mkDefault "--delete-older-than 14d"; }; - - registry = - if pkgs.stdenv.isDarwin - then { - nixpkgs.flake = inputs.nixpkgs; - } else { - nixpkgs.to = { - type = "path"; - path = pkgs.path; - }; - }; }; }