From 0698501bb943581403ac3671909a311bcb0c7d92 Mon Sep 17 00:00:00 2001 From: noe Date: Sat, 23 Mar 2024 01:00:06 -0400 Subject: [PATCH] ingress: bump noe.sh --- nixos/hosts/ingress-proxy/default.nix | 2 +- overlays/default.nix | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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