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