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
|
let
|
||||||
shell = "${dash}/bin/dash";
|
shell = "${dash}/bin/dash";
|
||||||
bashOptions = [
|
bashOptions = [
|
||||||
@@ -12,6 +12,7 @@ let
|
|||||||
name = "deploy";
|
name = "deploy";
|
||||||
runtimeInputs = [
|
runtimeInputs = [
|
||||||
ssh-to-age
|
ssh-to-age
|
||||||
|
nixos-rebuild
|
||||||
inputs.nixos-anywhere.packages.${stdenv.hostPlatform.system}.nixos-anywhere
|
inputs.nixos-anywhere.packages.${stdenv.hostPlatform.system}.nixos-anywhere
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user