diff options
Diffstat (limited to 'overlays')
-rw-r--r-- | overlays/default.nix | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/overlays/default.nix b/overlays/default.nix index f243c62..e6b5988 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -22,12 +22,12 @@ # }); }; - "67e692392-packages" = final: _prev: { - "67e692392" = import inputs.nixpkgs-67e692392 { - inherit (final) system; - config.allowUnfree = true; - }; - }; + #"67e692392-packages" = final: _prev: { + # "67e692392" = import inputs.nixpkgs-67e692392 { + # inherit (final) system; + # config.allowUnfree = true; + # }; + #}; # When applied, the master nixpkgs set (declared in the flake inputs) will # be accessible through 'pkgs.master' |