summary refs log tree commit diff
path: root/nixos/maintainers
diff options
context:
space:
mode:
authorAndersonTorres <torres.anderson.85@protonmail.com>2023-01-14 00:14:50 -0300
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-05-12 22:29:24 -0300
commit80f0839fde4c38ebce05a4f896542f9bd56d9e7c (patch)
tree9812b20e99233901d13e19268c0cba52b7ddfbf2 /nixos/maintainers
parent0a1db3863228537d88667e0731fe7af5d9912a60 (diff)
downloadnixpkgs-80f0839fde4c38ebce05a4f896542f9bd56d9e7c.tar
nixpkgs-80f0839fde4c38ebce05a4f896542f9bd56d9e7c.tar.gz
nixpkgs-80f0839fde4c38ebce05a4f896542f9bd56d9e7c.tar.bz2
nixpkgs-80f0839fde4c38ebce05a4f896542f9bd56d9e7c.tar.lz
nixpkgs-80f0839fde4c38ebce05a4f896542f9bd56d9e7c.tar.xz
nixpkgs-80f0839fde4c38ebce05a4f896542f9bd56d9e7c.tar.zst
nixpkgs-80f0839fde4c38ebce05a4f896542f9bd56d9e7c.zip
nixos/maintainers/scripts/lxd/lxd-image.nix: get rid of `with lib`
Diffstat (limited to 'nixos/maintainers')
-rw-r--r--nixos/maintainers/scripts/lxd/lxd-image.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/nixos/maintainers/scripts/lxd/lxd-image.nix b/nixos/maintainers/scripts/lxd/lxd-image.nix
index cf30836dffe..07605c5c312 100644
--- a/nixos/maintainers/scripts/lxd/lxd-image.nix
+++ b/nixos/maintainers/scripts/lxd/lxd-image.nix
@@ -1,7 +1,5 @@
 { lib, config, pkgs, ... }:
 
-with lib;
-
 {
   imports = [
     ../../../modules/virtualisation/lxc-container.nix