diff options
| author | Mark Nipper <nipsy@bitgnome.net> | 2026-03-02 11:07:49 -0800 |
|---|---|---|
| committer | Mark Nipper <nipsy@bitgnome.net> | 2026-03-02 11:07:49 -0800 |
| commit | bccad6e5e7e4c670b16f1093210b9b74470d9a4c (patch) | |
| tree | 0b0a300c3f7549570f0320cbcc1429dd3be54f09 /overlays | |
| parent | 2c94d0f7cb53212ae2606a756fc96bf258e33382 (diff) | |
| download | nix-bccad6e5e7e4c670b16f1093210b9b74470d9a4c.tar nix-bccad6e5e7e4c670b16f1093210b9b74470d9a4c.tar.gz nix-bccad6e5e7e4c670b16f1093210b9b74470d9a4c.tar.bz2 nix-bccad6e5e7e4c670b16f1093210b9b74470d9a4c.tar.lz nix-bccad6e5e7e4c670b16f1093210b9b74470d9a4c.tar.xz nix-bccad6e5e7e4c670b16f1093210b9b74470d9a4c.tar.zst nix-bccad6e5e7e4c670b16f1093210b9b74470d9a4c.zip | |
Diffstat (limited to 'overlays')
| -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 d8aabb0..287012e 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -110,10 +110,10 @@ # 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; - }; - }; + #staging-packages = final: _prev: { + # staging = import inputs.nixpkgs-staging { + # inherit (final) system; + # config.allowUnfree = true; + # }; + #}; } |
