ingress: bump noe.sh

This commit is contained in:
41666 2024-03-23 01:07:26 -04:00
parent 8b76fb5fa7
commit 34dbbc859d

View file

@ -6,9 +6,6 @@
# nest everything under a namespace that's not likely to collide # nest everything under a namespace that's not likely to collide
# with anything in nixpkgs # with anything in nixpkgs
local-pkgs = import ../pkgs { pkgs = final; }; local-pkgs = import ../pkgs { pkgs = final; };
noe-sh = import inputs.noe-sh {
system = final.system;
};
}; };
# This one contains whatever you want to overlay # This one contains whatever you want to overlay