Skip to content

Commit 678fca3

Browse files
committed
chore: format
1 parent 025e9ac commit 678fca3

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

flake.nix

+9-7
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
};
3030

3131
hc-ops = {
32-
url = "github:ThetaSinner/hc-ops";
32+
url = "github:ThetaSinner/hc-ops";
3333
};
3434
};
3535

@@ -258,12 +258,14 @@
258258
devShells.default = pkgs.mkShell {
259259
packages =
260260
(with pkgs; [nodejs_22])
261-
++ (with holonix-0_5.packages.${system}; [
262-
lair-keystore
263-
holochain
264-
] ++ [
265-
hc-ops.packages.${system}.hc-ops
266-
]);
261+
++ (with holonix-0_5.packages.${system};
262+
[
263+
lair-keystore
264+
holochain
265+
]
266+
++ [
267+
hc-ops.packages.${system}.hc-ops
268+
]);
267269
};
268270

269271
checks = let

0 commit comments

Comments
 (0)