From 7b3571e45b317eb90d237c8b6ff265bad3be0148 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Sat, 3 Jan 2026 11:02:10 -0800 Subject: Revert PR 476197 changes and bump netcat-openbsd to master branch --- overlays/default.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'overlays') 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' -- cgit v1.2.3