summary refs log tree commit diff stats
path: root/system/settings/pin.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/settings/pin.nix')
-rw-r--r--system/settings/pin.nix12
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;
-    };
-  };
-}