ingress: bump noe.sh
This commit is contained in:
parent
e02fb031de
commit
0698501bb9
2 changed files with 4 additions and 1 deletions
|
@ -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."/" = {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue