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 ff0e836..01287a5 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -39,12 +39,12 @@ }; }; - pr369712-packages = final: _prev: { - pr369712 = import inputs.nixpkgs-pr369712 { - inherit (final) system; - config.allowUnfree = true; - }; - }; + #pr369712-packages = final: _prev: { + # pr369712 = import inputs.nixpkgs-pr369712 { + # inherit (final) system; + # config.allowUnfree = true; + # }; + #}; # When applied, the stable nixpkgs set (declared in the flake inputs) will # be accessible through 'pkgs.stable' |