From db3abd6694568bd0ba83c9cde04db427607425b6 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Mon, 2 Mar 2026 10:52:27 -0800 Subject: Add staging-nixos branch for use --- overlays/default.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'overlays') diff --git a/overlays/default.nix b/overlays/default.nix index 220632b..d8aabb0 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -9,6 +9,7 @@ # outputs.overlays.my-nixpkgs # outputs.overlays.pr495610-packages # outputs.overlays.stable-packages +# outputs.overlays.staging-packages # outputs.overlays.wine9_22-packages # ] @@ -106,4 +107,13 @@ config.allowUnfree = true; }; }; + + # When applied, the staging nixpkgs set (declared in the flake inputs) will + # be accessible through 'pkgs.staging' + staging-packages = final: _prev: { + staging = import inputs.nixpkgs-staging { + inherit (final) system; + config.allowUnfree = true; + }; + }; } -- cgit v1.2.3