refactor: deploy: update logs

This commit is contained in:
2026-02-20 12:04:15 +00:00
parent 26bdecb8e0
commit 9010b2678e
2 changed files with 27 additions and 23 deletions

View File

@@ -9,12 +9,15 @@ let
deploy = hectic.writeShellApplication {
inherit shell bashOptions;
name = "deploy";
runtimeInputs = [
runtimeInputs = [
ssh-to-age
inputs.nixos-anywhere.packages.${system}.nixos-anywhere
];
text = builtins.readFile ./deploy.sh;
text = ''
${builtins.readFile hectic.helpers.posix-shell.log}
${builtins.readFile ./deploy.sh}
'';
};
in
symlinkJoin {