diff options
Diffstat (limited to 'overlays')
-rw-r--r-- | overlays/default.nix | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/overlays/default.nix b/overlays/default.nix index e6b5988..ff0e836 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -6,6 +6,7 @@ # outputs.overlays.modifications # outputs.overlays."67e692392-packages" # outputs.overlays.master-packages +# outputs.overlays.pr369712-packages # outputs.overlays.stable-packages # ] @@ -38,12 +39,12 @@ }; }; - #pr363651-packages = final: _prev: { - # pr363651 = import inputs.nixpkgs-pr363651 { - # 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' |