diff options
Diffstat (limited to 'overlays/default.nix')
| -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 1f97c9d..7b49088 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -6,7 +6,7 @@ # outputs.overlays.modifications # outputs.overlays."67e692392-packages" # outputs.overlays.master-packages -# outputs.overlays.pr369712-packages +# outputs.overlays.pr476197-packages # outputs.overlays.stable-packages # outputs.overlays.wine9_22-packages # ] @@ -65,12 +65,12 @@ }; }; - pr476197-packages = final: _prev: { - pr476197 = import inputs.nixpkgs-pr476197 { - inherit (final) system; - config.allowUnfree = true; - }; - }; + #pr476197-packages = final: _prev: { + # pr476197 = import inputs.nixpkgs-pr476197 { + # inherit (final) system; + # config.allowUnfree = true; + # }; + #}; # When applied, the stable nixpkgs set (declared in the flake inputs) will # be accessible through 'pkgs.stable' |
