From 34dbbc859d5012aadcc302b702c53024a2132bf2 Mon Sep 17 00:00:00 2001 From: noe Date: Sat, 23 Mar 2024 01:07:26 -0400 Subject: [PATCH] ingress: bump noe.sh --- overlays/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/overlays/default.nix b/overlays/default.nix index 1a274ac..dba01e3 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -6,9 +6,6 @@ # nest everything under a namespace that's not likely to collide # with anything in nixpkgs local-pkgs = import ../pkgs { pkgs = final; }; - noe-sh = import inputs.noe-sh { - system = final.system; - }; }; # This one contains whatever you want to overlay