This website requires JavaScript.
Explore
Help
Register
Sign in
TudbuT
/
conduit
Watch
1
Star
0
Fork
You've already forked conduit
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
aa7a310200
conduit
/
.envrc
8 lines
95 B
Text
Raw
Normal View
History
Unescape
Escape
add shebang to .envrc All this really does is make syntax highlighting and shellcheck work by default in more editors.
2023-12-24 07:02:24 +01:00
#!/usr/bin/env bash
load .env file before initializing flake to use `DIRENV_DEVSHELL` in .env Signed-off-by: strawberry <strawberry@puppygock.gay>
2024-06-01 06:08:26 +02:00
dotenv_if_exists
enable all-features in nix for CI builds CI is running `cargo build --all-features`, so we should be passing all the features to nix as well. The only thing this currently affects is the jemalloc_prof feature, but if we add any non-default features that affect nix in the future they should also be handled correctly now.
2024-05-24 01:18:50 +02:00
use flake ".#${DIRENV_DEVSHELL:-default}"
ci: cross compile static binaries for x86_64 and aarch64 from https://gitlab.com/famedly/conduit/-/merge_requests/569 Signed-off-by: strawberry <strawberry@puppygock.gay>
2024-01-26 05:39:59 +01:00
PATH_add bin
Reference in a new issue
Copy permalink