fix: include nixos-rebuild in deploy
runner nix smoke / nix label and flake smoke (push) Failing after 9s
runner nix smoke / nix label and flake smoke (push) Failing after 9s
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user