home-manager: remove top-level `with pkgs.lib`

This commit is contained in:
Thiago Kenji Okada 2021-10-27 09:23:19 -03:00 committed by Robert Helgesson
parent abe12a4bad
commit e377556818
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89
1 changed files with 3 additions and 2 deletions

View File

@ -5,9 +5,10 @@
, newsReadIdsFile ? null , newsReadIdsFile ? null
}: }:
with pkgs.lib;
let let
inherit (pkgs.lib)
concatMapStringsSep fileContents filter length optionalString removeSuffix
replaceStrings splitString;
env = import ../modules { env = import ../modules {
configuration = configuration =