nixos/maintainers/scripts/cloudstack/cloudstack-image.nix: get rid of with lib

This commit is contained in:
AndersonTorres 2023-01-14 00:13:32 -03:00 committed by Anderson Torres
parent 0294e83aaa
commit 85a7b22c6e

View File

@ -2,8 +2,6 @@
{ config, lib, pkgs, ... }:
with lib;
{
imports =
[ ../../../modules/virtualisation/cloudstack-config.nix ];