1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 11:36:05 +01:00

treewide: nix fmt

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman 2025-09-07 09:17:42 -05:00
parent c140680b7a
commit 9136120c36
3 changed files with 0 additions and 18 deletions

View file

@ -65,7 +65,6 @@
let
inherit (lib)
concatStringsSep
splitString
mapAttrsToList
any
;