tangled
alpha
login
or
join now
nonbinary.computer
/
weaver
atproto blogging
24
fork
atom
overview
issues
2
pulls
pipelines
flake paths
Orual
2 months ago
5c9de5b5
5769d46d
+2
-2
1 changed file
expand all
collapse all
unified
split
flake.nix
+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
// {