Skip to content

Commit bc71922

Browse files
committed
nix fmt
1 parent 801956e commit bc71922

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

flake.nix

+5-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@
1212
systems.url = github:nix-systems/default;
1313
};
1414

15-
outputs = inputs @ {parts, systems, ...}:
15+
outputs = inputs @ {
16+
parts,
17+
systems,
18+
...
19+
}:
1620
parts.lib.mkFlake {
1721
inherit inputs;
1822
} ({lib, ...}: {

0 commit comments

Comments
 (0)