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 aa30fe4..e05c515 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -7,7 +7,7 @@ # outputs.overlays."67e692392-packages" # outputs.overlays.master-packages # outputs.overlays.my-nixpkgs -# outputs.overlays.pr490633-packages +# outputs.overlays.pr495610-packages # outputs.overlays.stable-packages # outputs.overlays.wine9_22-packages # ] @@ -91,12 +91,12 @@ # }; #}; - #pr490633-packages = final: _prev: { - # pr490633 = import inputs.nixpkgs-pr490633 { - # inherit (final) system; - # config.allowUnfree = true; - # }; - #}; + pr495610-packages = final: _prev: { + pr495610 = import inputs.nixpkgs-pr495610 { + inherit (final) system; + config.allowUnfree = true; + }; + }; # When applied, the stable nixpkgs set (declared in the flake inputs) will # be accessible through 'pkgs.stable' |
