fix: include nixos-rebuild in deploy
runner nix smoke / nix label and flake smoke (push) Failing after 9s

This commit is contained in:
2026-09-09 12:24:00 +00:00
parent aeeee27a3d
commit 906e56a78a
+2 -1
View File
@@ -1,4 +1,4 @@
{ inputs, symlinkJoin, dash, hectic, ssh-to-age, stdenv }:
{ inputs, symlinkJoin, dash, hectic, ssh-to-age, nixos-rebuild, stdenv }:
let
shell = "${dash}/bin/dash";
bashOptions = [
@@ -12,6 +12,7 @@ let
name = "deploy";
runtimeInputs = [
ssh-to-age
nixos-rebuild
inputs.nixos-anywhere.packages.${stdenv.hostPlatform.system}.nixos-anywhere
];