forked from fedimint/fedimint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.replit
31 lines (24 loc) · 816 Bytes
/
.replit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Replit support
run = "direnv allow && nix develop --command just mprocs"
hidden = ["target"]
entrypoint = "README.md"
modules = ["rust-stable:v4-20240117-0bd73cd"]
[env]
CARGO_PROFILE_DEV_CODEGEN_UNITS = "8"
CARGO_PROFILE_DEV_DEBUG = "0"
CARGO_PROFILE_DEV_LTO = "false"
CARGO_PROFILE_DEV_INCREMENTAL = "false"
CARGO_PROFILE_DEV_OPT_LEVEL = "s"
[packager]
language = "rust"
[packager.features]
packageSearch = true
[languages.rust]
pattern = "**/*.rs"
[languages.rust.languageServer]
start = "nix --extra-experimental-features nix-command --extra-experimental-features flakes develop local-overlay-store read-only-local-store .#replit -c rust-analyzer"
[nix]
# this must be kept in sync with `nixpkgs` channel in `flake.nix`
channel = "stable-23_11"
[gitHubImport]
requiredFiles = [".replit", "replit.nix"]