Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
flake: Fix path to crates
Lorenz Leutgeb committed 8 months ago
commit b70c4d4a98c77e5c3ec6d895442b1659f1c04857
parent 82d3151786d08d44924ce505d10cb9cabba1bee4
1 file changed +1 -1
modified flake.nix
@@ -123,7 +123,7 @@
      }:
        rust.craneLib.buildPackage (rust.commonArgs
          // {
-
            inherit (rust.craneLib.crateNameFromCargoToml {cargoToml = src + "/" + name + "/Cargo.toml";}) pname version;
+
            inherit (rust.craneLib.crateNameFromCargoToml {cargoToml = src + "/crates/" + name + "/Cargo.toml";}) pname version;
            cargoExtraArgs = "-p ${name}";
            doCheck = false;
            postInstall = ''