diff --git a/flake.nix b/flake.nix index b624c44f..9a3764c6 100644 --- a/flake.nix +++ b/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 = [ ]; diff --git a/justfile b/justfile index f3b1eb36..e82be95f 100644 --- a/justfile +++ b/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 diff --git a/misc/justfile.custom.just b/misc/justfile.custom.just index d1995b1d..d8b20a65 100644 --- a/misc/justfile.custom.just +++ b/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" )