We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 025e9ac commit 678fca3Copy full SHA for 678fca3
flake.nix
@@ -29,7 +29,7 @@
29
};
30
31
hc-ops = {
32
- url = "github:ThetaSinner/hc-ops";
+ url = "github:ThetaSinner/hc-ops";
33
34
35
@@ -258,12 +258,14 @@
258
devShells.default = pkgs.mkShell {
259
packages =
260
(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
- ]);
+ ++ (with holonix-0_5.packages.${system};
+ [
+ lair-keystore
+ holochain
+ ]
+ ++ [
267
+ hc-ops.packages.${system}.hc-ops
268
+ ]);
269
270
271
checks = let
0 commit comments