From 87b27cd34c4b39686f56ebb7e8f480e56df62c26 Mon Sep 17 00:00:00 2001 From: lew Date: Sun, 5 Apr 2026 02:22:11 +0100 Subject: [PATCH] fix: remove PATH override in deploy script, rely on systemd path --- hosts/lab/wynne.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/lab/wynne.nix b/hosts/lab/wynne.nix index 8cf3888..852baa6 100644 --- a/hosts/lab/wynne.nix +++ b/hosts/lab/wynne.nix @@ -6,7 +6,6 @@ let deployScript = pkgs.writeShellScript "wynne-deploy" '' set -e - export PATH="${pkgs.nodejs}/bin:${pkgs.pnpm}/bin:$PATH" rm -rf ${buildDir} cp -r --no-preserve=mode,ownership ${website} ${buildDir} cd ${buildDir}