diff options
| author | Mark Nipper <nipsy@bitgnome.net> | 2026-03-02 10:44:07 -0800 |
|---|---|---|
| committer | Mark Nipper <nipsy@bitgnome.net> | 2026-03-02 10:44:07 -0800 |
| commit | f23b27b892a840fa768e9104a283a8c8bd61078c (patch) | |
| tree | 5534b37ab967cec397d5cb76d04d10557440c56e /overlays | |
| parent | 671fdfe53d6c440b15d9949250d85f607a0ee2cf (diff) | |
| download | nix-f23b27b892a840fa768e9104a283a8c8bd61078c.tar nix-f23b27b892a840fa768e9104a283a8c8bd61078c.tar.gz nix-f23b27b892a840fa768e9104a283a8c8bd61078c.tar.bz2 nix-f23b27b892a840fa768e9104a283a8c8bd61078c.tar.lz nix-f23b27b892a840fa768e9104a283a8c8bd61078c.tar.xz nix-f23b27b892a840fa768e9104a283a8c8bd61078c.tar.zst nix-f23b27b892a840fa768e9104a283a8c8bd61078c.zip | |
Bump nixos-rebuild-ng to PR branch 495610 @caladan
Diffstat (limited to 'overlays')
| -rw-r--r-- | overlays/default.nix | 14 |
1 files changed, 7 insertions, 7 deletions
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' |
