diff options
author | Alan Pearce | 2024-04-28 23:13:03 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-18 12:17:12 +0200 |
commit | 946cf87360e790a6f0c873a8eca41ad22b569587 (patch) | |
tree | c04ffeb07290eebab1c796aea512b647fdaf75f8 /system | |
parent | 79b6f2f2df7fb339cde2aefd8e407adab3ab7649 (diff) | |
download | nixfiles-946cf87360e790a6f0c873a8eca41ad22b569587.tar.lz nixfiles-946cf87360e790a6f0c873a8eca41ad22b569587.tar.zst nixfiles-946cf87360e790a6f0c873a8eca41ad22b569587.zip |
remove nixpkgs flake pin
Diffstat (limited to 'system')
-rw-r--r-- | system/settings/configuration/nix.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/system/settings/configuration/nix.nix b/system/settings/configuration/nix.nix index c8db7836..57c7cedf 100644 --- a/system/settings/configuration/nix.nix +++ b/system/settings/configuration/nix.nix @@ -3,9 +3,6 @@ , pkgs , ... }: { - imports = [ - ../../../pin.nix - ]; nix = { settings = { cores = lib.mkDefault 0; |