diff options
Diffstat (limited to 'system/settings/pin.nix')
-rw-r--r-- | system/settings/pin.nix | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/system/settings/pin.nix b/system/settings/pin.nix deleted file mode 100644 index 533149fe..00000000 --- a/system/settings/pin.nix +++ /dev/null @@ -1,12 +0,0 @@ -let - inherit (import ../../sources.nix) nixPath sources; -in -{ - nix = { - inherit nixPath; - registry.nixpkgs.to = { - type = "path"; - path = sources.nixpkgs; - }; - }; -} |