nixos/auto-upgrade: Reference correct xz output
This commit is contained in:
parent
0b5353b319
commit
86919e2ae4
@ -67,7 +67,7 @@ let cfg = config.system.autoUpgrade; in
|
|||||||
HOME = "/root";
|
HOME = "/root";
|
||||||
};
|
};
|
||||||
|
|
||||||
path = [ pkgs.gnutar pkgs.xz config.nix.package ];
|
path = [ pkgs.gnutar pkgs.xz.bin config.nix.package ];
|
||||||
|
|
||||||
script = ''
|
script = ''
|
||||||
${config.system.build.nixos-rebuild}/bin/nixos-rebuild test ${toString cfg.flags}
|
${config.system.build.nixos-rebuild}/bin/nixos-rebuild test ${toString cfg.flags}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user