diff options
Diffstat (limited to 'overlays')
-rw-r--r-- | overlays/default.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/overlays/default.nix b/overlays/default.nix index aaab968..18b3d48 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -38,6 +38,13 @@ }; }; + pr363651-packages = final: _prev: { + pr363651 = import inputs.nixpkgs-pr363651 { + inherit (final) system; + config.allowUnfree = true; + }; + }; + # When applied, the stable nixpkgs set (declared in the flake inputs) will # be accessible through 'pkgs.stable' stable-packages = final: _prev: { |