Revert "Switch back to flakes" This reverts commit c0384c43821474d28af1d9696ceb473a0d769292.
1 file changed, 14 insertions(+), 0 deletions(-)
changed files
A system/settings/pin.nix
@@ -0,0 +1,14 @@ +let + inherit (import ../../sources.nix) sources; +in +{ + nix = { + nixPath = [ + "nixpkgs=flake:nixpkgs" + ]; + registry.nixpkgs.to = { + type = "path"; + path = sources.nixpkgs; + }; + }; +}