aboutsummaryrefslogtreecommitdiffstats
path: root/overlays
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2026-01-03 11:02:10 -0800
committerMark Nipper <nipsy@bitgnome.net>2026-01-03 11:02:10 -0800
commit7b3571e45b317eb90d237c8b6ff265bad3be0148 (patch)
tree8417abdb0cfac04bc41ebadcd92cd1e3a030e280 /overlays
parente54e303f08d8a9f6b00ecc67b2ff19ba0be1e4fd (diff)
downloadnix-7b3571e45b317eb90d237c8b6ff265bad3be0148.tar
nix-7b3571e45b317eb90d237c8b6ff265bad3be0148.tar.gz
nix-7b3571e45b317eb90d237c8b6ff265bad3be0148.tar.bz2
nix-7b3571e45b317eb90d237c8b6ff265bad3be0148.tar.lz
nix-7b3571e45b317eb90d237c8b6ff265bad3be0148.tar.xz
nix-7b3571e45b317eb90d237c8b6ff265bad3be0148.tar.zst
nix-7b3571e45b317eb90d237c8b6ff265bad3be0148.zip
Revert PR 476197 changes and bump netcat-openbsd to master branch
Diffstat (limited to 'overlays')
-rw-r--r--overlays/default.nix14
1 files changed, 7 insertions, 7 deletions
diff --git a/overlays/default.nix b/overlays/default.nix
index 1f97c9d..7b49088 100644
--- a/overlays/default.nix
+++ b/overlays/default.nix
@@ -6,7 +6,7 @@
# outputs.overlays.modifications
# outputs.overlays."67e692392-packages"
# outputs.overlays.master-packages
-# outputs.overlays.pr369712-packages
+# outputs.overlays.pr476197-packages
# outputs.overlays.stable-packages
# outputs.overlays.wine9_22-packages
# ]
@@ -65,12 +65,12 @@
};
};
- pr476197-packages = final: _prev: {
- pr476197 = import inputs.nixpkgs-pr476197 {
- inherit (final) system;
- config.allowUnfree = true;
- };
- };
+ #pr476197-packages = final: _prev: {
+ # pr476197 = import inputs.nixpkgs-pr476197 {
+ # inherit (final) system;
+ # config.allowUnfree = true;
+ # };
+ #};
# When applied, the stable nixpkgs set (declared in the flake inputs) will
# be accessible through 'pkgs.stable'