diff options
| author | Mark Nipper <nipsy@bitgnome.net> | 2026-03-02 10:50:33 -0800 |
|---|---|---|
| committer | Mark Nipper <nipsy@bitgnome.net> | 2026-03-02 10:50:33 -0800 |
| commit | 73a625fa10a71ea36159393cebcf9b187c4e43a0 (patch) | |
| tree | 8df09cb41bf6fc11cd4701df083ec53bb5c9fae9 /overlays | |
| parent | f23b27b892a840fa768e9104a283a8c8bd61078c (diff) | |
| download | nix-73a625fa10a71ea36159393cebcf9b187c4e43a0.tar nix-73a625fa10a71ea36159393cebcf9b187c4e43a0.tar.gz nix-73a625fa10a71ea36159393cebcf9b187c4e43a0.tar.bz2 nix-73a625fa10a71ea36159393cebcf9b187c4e43a0.tar.lz nix-73a625fa10a71ea36159393cebcf9b187c4e43a0.tar.xz nix-73a625fa10a71ea36159393cebcf9b187c4e43a0.tar.zst nix-73a625fa10a71ea36159393cebcf9b187c4e43a0.zip | |
Revert nixos-rebuild-ng to nixos-unstable branch @caladan
Diffstat (limited to '')
| -rw-r--r-- | overlays/default.nix | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/overlays/default.nix b/overlays/default.nix index e05c515..220632b 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -91,12 +91,12 @@ # }; #}; - pr495610-packages = final: _prev: { - pr495610 = import inputs.nixpkgs-pr495610 { - 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' |
