diff --git a/deploy.nix b/deploy.nix index 2a61f50..c38e31d 100644 --- a/deploy.nix +++ b/deploy.nix @@ -8,6 +8,7 @@ let lib = pkgs.lib; mkDeploy = { site, targetPkg, profileName, extraCommands ? "" }: pkgs.substituteAll { name = "deploy-${profileName}"; + dir = "bin"; src = builtins.toFile "deploy-template" '' #!@runtimeShell@ set -ex diff --git a/flake.lock b/flake.lock index 19afcea..ffb9bc2 100644 --- a/flake.lock +++ b/flake.lock @@ -23,11 +23,11 @@ ] }, "locked": { - "lastModified": 1745178146, - "narHash": "sha256-O+i/U/cWdhsO0xIjd3EgWJooI7+CsIMPxAhuNKluzso=", + "lastModified": 1745187260, + "narHash": "sha256-vVb4QEEzuRMAIOrdr1fVN2wmHVIMXlGTxCKCIhJPogg=", "ref": "refs/heads/main", - "rev": "eb251b99807f1b5ee041755cb313b4880315eff6", - "revCount": 5, + "rev": "b63106e77bc509dc186e5c197a70ae97a82de124", + "revCount": 6, "type": "git", "url": "https://git.lain.faith/rhelmot/blog.rhelmot.io" },