0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-11 21:06:19 +03:00

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

This commit is contained in:
AndersonTorres 2023-01-14 00:14:50 -03:00 committed by Anderson Torres
parent 0a1db38632
commit 80f0839fde

View file

@ -1,7 +1,5 @@
{ lib, config, pkgs, ... }:
with lib;
{
imports = [
../../../modules/virtualisation/lxc-container.nix