about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDan Peebles <pumpkin@me.com>2017-02-22 23:51:57 +0000
committerDan Peebles <pumpkin@me.com>2017-02-22 23:51:57 +0000
commit15c05ad21374f02c0b8de9c9f43ca9c143fb77d7 (patch)
treebffe7013d3d19cd7d7929420c3323ee67c0a2180
parent49641e0de006fdc5edd11292b1e94410c3bb8d79 (diff)
downloadnixlib-15c05ad21374f02c0b8de9c9f43ca9c143fb77d7.tar
nixlib-15c05ad21374f02c0b8de9c9f43ca9c143fb77d7.tar.gz
nixlib-15c05ad21374f02c0b8de9c9f43ca9c143fb77d7.tar.bz2
nixlib-15c05ad21374f02c0b8de9c9f43ca9c143fb77d7.tar.lz
nixlib-15c05ad21374f02c0b8de9c9f43ca9c143fb77d7.tar.xz
nixlib-15c05ad21374f02c0b8de9c9f43ca9c143fb77d7.tar.zst
nixlib-15c05ad21374f02c0b8de9c9f43ca9c143fb77d7.zip
google-compute-image.nix: fix evaluation failure
-rw-r--r--nixos/modules/virtualisation/google-compute-image.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/virtualisation/google-compute-image.nix b/nixos/modules/virtualisation/google-compute-image.nix
index 0e6825c3f5da..556454c6b5f8 100644
--- a/nixos/modules/virtualisation/google-compute-image.nix
+++ b/nixos/modules/virtualisation/google-compute-image.nix
@@ -23,7 +23,7 @@ in
 
           postVM =
             ''
-              PATH=$PATH:${stdenv.lib.makeBinPath [ pkgs.gnutar pkgs.gzip ]}
+              PATH=$PATH:${pkgs.stdenv.lib.makeBinPath [ pkgs.gnutar pkgs.gzip ]}
               pushd $out
               mv $diskImageBase disk.raw
               tar -Szcf $diskImageBase.tar.gz disk.raw