Browse Source

chore: fmt flake and add custom justfile

thesimplekid 7 months ago
parent
commit
bc3b7b28c3
3 changed files with 7 additions and 2 deletions
  1. 4 2
      flake.nix
  2. 2 0
      justfile
  3. 1 0
      misc/justfile.custom.just

+ 4 - 2
flake.nix

@@ -45,12 +45,14 @@
                 pname = "flexbox-multibuild";
                 src = rustSrc;
               }).overrideArgs commonArgs;
-            in rec {
+            in
+            rec {
               workspaceDeps = craneLib.buildWorkspaceDepsOnly { };
               workspaceBuild =
                 craneLib.buildWorkspace { cargoArtifacts = workspaceDeps; };
             });
-      in {
+      in
+      {
         devShells = flakeboxLib.mkShells {
           toolchain = toolchainNative;
           packages = [ ];

+ 2 - 0
justfile

@@ -1,5 +1,7 @@
 # THIS FILE IS AUTOGENERATED FROM FLAKEBOX CONFIGURATION
 
+import "./misc/justfile.custom.just"
+
 alias b := build
 alias c := check
 alias t := test

+ 1 - 0
misc/justfile.custom.just

@@ -44,6 +44,7 @@ clippy-each:
   "-p cdk-axum"
   "-p cdk-fake-wallet"
   "-p cdk-strike"
+  "-p cdk-lnd"
   "--bin cdk-cli"
   "--bin cdk-mintd"
   )