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:15:35 -0300
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-05-12 22:29:25 -0300
commit1be3d3633602fe85821990d0c054ce6b040e7b34 (patch)
treed8c3a1e3d4032f75d20d02fb85ff4a394ab7ef55 /nixos/maintainers
parent80f0839fde4c38ebce05a4f896542f9bd56d9e7c (diff)
downloadnixpkgs-1be3d3633602fe85821990d0c054ce6b040e7b34.tar
nixpkgs-1be3d3633602fe85821990d0c054ce6b040e7b34.tar.gz
nixpkgs-1be3d3633602fe85821990d0c054ce6b040e7b34.tar.bz2
nixpkgs-1be3d3633602fe85821990d0c054ce6b040e7b34.tar.lz
nixpkgs-1be3d3633602fe85821990d0c054ce6b040e7b34.tar.xz
nixpkgs-1be3d3633602fe85821990d0c054ce6b040e7b34.tar.zst
nixpkgs-1be3d3633602fe85821990d0c054ce6b040e7b34.zip
nixos/maintainers/scripts/lxd/nix.tpl: get rid of `with lib`
Diffstat (limited to 'nixos/maintainers')
-rw-r--r--nixos/maintainers/scripts/lxd/nix.tpl2
1 files changed, 0 insertions, 2 deletions
diff --git a/nixos/maintainers/scripts/lxd/nix.tpl b/nixos/maintainers/scripts/lxd/nix.tpl
index 307258ddc62..25ae1bc399f 100644
--- a/nixos/maintainers/scripts/lxd/nix.tpl
+++ b/nixos/maintainers/scripts/lxd/nix.tpl
@@ -1,7 +1,5 @@
 { lib, config, pkgs, ... }:
 
-with lib;
-
 # WARNING: THIS CONFIGURATION IS AUTOGENERATED AND WILL BE OVERWRITTEN AUTOMATICALLY
 
 {