From 9dfa24b451672147a591c9843469a62057c5dd6c Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Fri, 2 Jan 2026 09:24:51 -0800 Subject: Add netcat-openbsd from PR 476197 --- overlays/default.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'overlays') 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' -- cgit v1.2.3