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}