about summary refs log tree commit diff
path: root/nixos/modules/virtualisation
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/virtualisation')
-rw-r--r--nixos/modules/virtualisation/oci-image.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/nixos/modules/virtualisation/oci-image.nix b/nixos/modules/virtualisation/oci-image.nix
index 6466d20c9168..58a32b16aada 100644
--- a/nixos/modules/virtualisation/oci-image.nix
+++ b/nixos/modules/virtualisation/oci-image.nix
@@ -1,8 +1,5 @@
-
 { config, lib, pkgs, ... }:
 
-with lib;
-
 {
   imports = [ ./oci-common.nix ];