treewide: format code

This commit is contained in:
Tobias Happ 2022-10-26 12:28:02 +02:00
parent 0d984e4415
commit 4ab4767d50
5 changed files with 9 additions and 11 deletions

View file

@ -149,7 +149,7 @@ in
"nix/registry.json".text = builtins.toJSON {
version = 2;
flakes = mapAttrsToList (n: v: { inherit (v) from to exact; }) cfg.registry;
flakes = mapAttrsToList (_n: v: { inherit (v) from to exact; }) cfg.registry;
};
};