mirror of
https://github.com/NexVeridian/wikidata-to-surrealdb.git
synced 2025-09-02 01:49:13 +00:00
fix: swap to justfile
This commit is contained in:
parent
7671ab11f1
commit
40215f53e9
14 changed files with 186 additions and 175 deletions
|
@ -44,11 +44,8 @@
|
|||
fpc.rustc
|
||||
fpc.clippy
|
||||
fpc.rust-src
|
||||
fpc.rustc
|
||||
fpc.rustfmt
|
||||
fpc.rustc-codegen-cranelift-preview
|
||||
|
||||
fp.targets.wasm32-unknown-unknown.latest.rust-std
|
||||
])
|
||||
)
|
||||
);
|
||||
|
@ -80,6 +77,7 @@
|
|||
++ lib.optionals pkgs.stdenv.isDarwin [
|
||||
# Additional darwin specific inputs can be set here
|
||||
pkgs.libiconv
|
||||
pkgs.darwin.apple_sdk.frameworks.SystemConfiguration
|
||||
];
|
||||
|
||||
# Additional environment variables can be set directly
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue