From 3a35abf1697862b109230cd1ba89637a01b76c0d Mon Sep 17 00:00:00 2001 From: Samuel Dionne-Riel Date: Fri, 28 May 2021 21:52:04 -0400 Subject: nixos/oci-image: Minor cleanup --- nixos/modules/virtualisation/oci-image.nix | 3 --- 1 file changed, 3 deletions(-) (limited to 'nixos/modules/virtualisation') 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 ]; -- cgit 1.4.1