summary refs log tree commit diff
path: root/nixos/modules/virtualisation
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2016-03-30 16:43:14 +0100
committerDomen Kožar <domen@dev.si>2016-03-30 16:43:36 +0100
commite2e56a902f2c46e904ce4447246c9ede61d4e7d8 (patch)
tree2a3ad537701d78cc1c9d00f455883c788d696ac0 /nixos/modules/virtualisation
parentc94f8a4abd521debf926be2f8523edcf643a8ce2 (diff)
downloadnixlib-e2e56a902f2c46e904ce4447246c9ede61d4e7d8.tar
nixlib-e2e56a902f2c46e904ce4447246c9ede61d4e7d8.tar.gz
nixlib-e2e56a902f2c46e904ce4447246c9ede61d4e7d8.tar.bz2
nixlib-e2e56a902f2c46e904ce4447246c9ede61d4e7d8.tar.lz
nixlib-e2e56a902f2c46e904ce4447246c9ede61d4e7d8.tar.xz
nixlib-e2e56a902f2c46e904ce4447246c9ede61d4e7d8.tar.zst
nixlib-e2e56a902f2c46e904ce4447246c9ede61d4e7d8.zip
fix eval
Diffstat (limited to 'nixos/modules/virtualisation')
-rw-r--r--nixos/modules/virtualisation/amazon-grow-partition.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/virtualisation/amazon-grow-partition.nix b/nixos/modules/virtualisation/amazon-grow-partition.nix
index aa13cea2a940..69b80d900bad 100644
--- a/nixos/modules/virtualisation/amazon-grow-partition.nix
+++ b/nixos/modules/virtualisation/amazon-grow-partition.nix
@@ -5,7 +5,7 @@
 { config, lib, pkgs, ... }:
 
 {
-  config = mkIf config.ec2.hvm {
+  config = lib.mkIf config.ec2.hvm {
     boot.initrd.extraUtilsCommands = ''
       copy_bin_and_libs ${pkgs.gawk}/bin/gawk
       copy_bin_and_libs ${pkgs.gnused}/bin/sed