summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--nixos/modules/virtualisation/grow-partition.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/modules/virtualisation/grow-partition.nix b/nixos/modules/virtualisation/grow-partition.nix
index 34547905166..abc2e766959 100644
--- a/nixos/modules/virtualisation/grow-partition.nix
+++ b/nixos/modules/virtualisation/grow-partition.nix
@@ -4,6 +4,8 @@
 
 { config, lib, pkgs, ... }:
 
+with lib;
+
 {
 
   options = {