From 1be3d3633602fe85821990d0c054ce6b040e7b34 Mon Sep 17 00:00:00 2001 From: AndersonTorres Date: Sat, 14 Jan 2023 00:15:35 -0300 Subject: [PATCH] nixos/maintainers/scripts/lxd/nix.tpl: get rid of `with lib` --- nixos/maintainers/scripts/lxd/nix.tpl | 2 -- 1 file changed, 2 deletions(-) diff --git a/nixos/maintainers/scripts/lxd/nix.tpl b/nixos/maintainers/scripts/lxd/nix.tpl index 307258ddc628..25ae1bc399f2 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 {