google-compute-image.nix: fix evaluation failure
This commit is contained in:
parent
49641e0de0
commit
15c05ad213
@ -23,7 +23,7 @@ in
|
|||||||
|
|
||||||
postVM =
|
postVM =
|
||||||
''
|
''
|
||||||
PATH=$PATH:${stdenv.lib.makeBinPath [ pkgs.gnutar pkgs.gzip ]}
|
PATH=$PATH:${pkgs.stdenv.lib.makeBinPath [ pkgs.gnutar pkgs.gzip ]}
|
||||||
pushd $out
|
pushd $out
|
||||||
mv $diskImageBase disk.raw
|
mv $diskImageBase disk.raw
|
||||||
tar -Szcf $diskImageBase.tar.gz disk.raw
|
tar -Szcf $diskImageBase.tar.gz disk.raw
|
||||||
|
Loading…
x
Reference in New Issue
Block a user