diff options
Diffstat (limited to 'overlays')
| -rw-r--r-- | overlays/default.nix | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/overlays/default.nix b/overlays/default.nix index 520e405..26885ab 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -99,13 +99,13 @@ # }; #}; - pr545346-packages = final: _prev: { - pr545346 = import inputs.nixpkgs-pr545346 { - inherit (final); - config.allowUnfree = true; - localSystem = final.stdenv.hostPlatform; - }; - }; + #pr545346-packages = final: _prev: { + # pr545346 = import inputs.nixpkgs-pr545346 { + # inherit (final); + # config.allowUnfree = true; + # localSystem = final.stdenv.hostPlatform; + # }; + #}; # When applied, the stable nixpkgs set (declared in the flake inputs) will # be accessible through 'pkgs.stable' |
