aboutsummaryrefslogtreecommitdiffstats
path: root/overlays
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2026-01-02 09:24:51 -0800
committerMark Nipper <nipsy@bitgnome.net>2026-01-02 09:24:51 -0800
commit9dfa24b451672147a591c9843469a62057c5dd6c (patch)
tree429a745c45a9adf4e6e06d7e4ec5117ce8e722df /overlays
parentbe90a467a8b5678b069c3698fa0e1f2d48dcee8e (diff)
downloadnix-9dfa24b451672147a591c9843469a62057c5dd6c.tar
nix-9dfa24b451672147a591c9843469a62057c5dd6c.tar.gz
nix-9dfa24b451672147a591c9843469a62057c5dd6c.tar.bz2
nix-9dfa24b451672147a591c9843469a62057c5dd6c.tar.lz
nix-9dfa24b451672147a591c9843469a62057c5dd6c.tar.xz
nix-9dfa24b451672147a591c9843469a62057c5dd6c.tar.zst
nix-9dfa24b451672147a591c9843469a62057c5dd6c.zip
Add netcat-openbsd from PR 476197
Diffstat (limited to 'overlays')
-rw-r--r--overlays/default.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/overlays/default.nix b/overlays/default.nix
index 4d10963..1f97c9d 100644
--- a/overlays/default.nix
+++ b/overlays/default.nix
@@ -65,12 +65,12 @@
};
};
- #pr369712-packages = final: _prev: {
- # pr369712 = import inputs.nixpkgs-pr369712 {
- # 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'