From a77132be02083c1cbd16ff360d464c4c3657aaad Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Mon, 9 Dec 2024 10:42:24 -0800 Subject: Test PR 363651 --- overlays/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'overlays') 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: { -- cgit v1.2.3