diff --git a/nixos/hosts/ingress-proxy/default.nix b/nixos/hosts/ingress-proxy/default.nix index e52df37..bb947a1 100644 --- a/nixos/hosts/ingress-proxy/default.nix +++ b/nixos/hosts/ingress-proxy/default.nix @@ -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."/" = { diff --git a/overlays/default.nix b/overlays/default.nix index dba01e3..1a274ac 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -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