ingress: bump noe.sh

This commit is contained in:
41666 2024-03-23 01:00:06 -04:00
parent e02fb031de
commit 0698501bb9
2 changed files with 4 additions and 1 deletions

View file

@ -49,7 +49,7 @@ in {
};
} // defaultConfig;
mekanoesh = static { src = inputs.noe-sh.${config.nixpkgs.hostPlatform}.packages.default; };
mekanoesh = static { src = pkgs.noe-sh; };
ps2live = upstream: {
locations."/" = {

View file

@ -6,6 +6,9 @@
# 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