flake paths

Orual 5c9de5b5 5769d46d

+2 -2
+2 -2
flake.nix
··· 100 fileset = lib.fileset.unions [ 101 ./Cargo.toml 102 ./Cargo.lock 103 - (lib.fileset.maybeMissing ./crates/weaver-server/Dioxus.lock) 104 (craneLib.fileset.commonCargoSources ./crates/weaver-common) 105 (craneLib.fileset.commonCargoSources crate) 106 ]; ··· 124 // { 125 pname = "${name}-app"; 126 cargoExtraArgs = "-p ${name}-app"; 127 - src = fileSetForCrate ./crates/weaver-server; 128 }); 129 weaver-renderer = craneLib.buildPackage (individualCrateArgs 130 // {
··· 100 fileset = lib.fileset.unions [ 101 ./Cargo.toml 102 ./Cargo.lock 103 + (lib.fileset.maybeMissing ./crates/weaver-app/Dioxus.lock) 104 (craneLib.fileset.commonCargoSources ./crates/weaver-common) 105 (craneLib.fileset.commonCargoSources crate) 106 ]; ··· 124 // { 125 pname = "${name}-app"; 126 cargoExtraArgs = "-p ${name}-app"; 127 + src = fileSetForCrate ./crates/weaver-app; 128 }); 129 weaver-renderer = craneLib.buildPackage (individualCrateArgs 130 // {