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
Failed to generate hash of commit

View file

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