From f23b27b892a840fa768e9104a283a8c8bd61078c Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Mon, 2 Mar 2026 10:44:07 -0800 Subject: Bump nixos-rebuild-ng to PR branch 495610 @caladan --- overlays/default.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'overlays') 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' -- cgit v1.2.3