mirror of
https://codeberg.org/demostf/frontend.git
synced 2026-06-03 10:14:13 +02:00
This commit is contained in:
parent
c971fe6d79
commit
e40bd6c13b
3 changed files with 2 additions and 12 deletions
|
|
@ -1,17 +1,12 @@
|
|||
{
|
||||
stdenv,
|
||||
makeRustPlatform,
|
||||
rustPlatform,
|
||||
lib,
|
||||
demostf-frontend-toolchain,
|
||||
pkg-config,
|
||||
openssl,
|
||||
demostf-frontend-node-modules,
|
||||
}: let
|
||||
inherit (lib.sources) sourceByRegex;
|
||||
rustPlatform = makeRustPlatform {
|
||||
rustc = demostf-frontend-toolchain;
|
||||
cargo = demostf-frontend-toolchain;
|
||||
};
|
||||
in
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "demostf-frontend";
|
||||
|
|
@ -32,7 +27,7 @@ in
|
|||
cargoLock = {
|
||||
lockFile = ../Cargo.lock;
|
||||
outputHashes = {
|
||||
"jsx-dom-expressions-0.1.0" = "sha256-5TN9FBfPYznTkpL9ZtnKv3RghX7r8c2WvSL1sc+F0cw=";
|
||||
"jsx-dom-expressions-0.1.0" = "sha256-8AErYTMCG47rEm5x8KZIPEkD4eGPp7/LuRPJUdnWtK0=";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue