fix: nix updates, swap to attic, swap to nightly

This commit is contained in:
Elijah McMorris 2025-02-17 18:38:25 -08:00
parent 8df3ab1d74
commit 7671ab11f1
Signed by: NexVeridian
SSH key fingerprint: SHA256:bsA1SKZxuEcEVHAy3gY1HUeM5ykRJl0U0kQHQn0hMg8
10 changed files with 1184 additions and 661 deletions

View file

@ -1,7 +1,3 @@
# [target.x86_64-unknown-linux-gnu]
# linker = "clang"
# rustflags = ["-C", "link-arg=-fuse-ld=/usr/bin/mold"]
[alias]
t = "nextest run"
# https://github.com/tikv/pprof-rs?tab=readme-ov-file#use-with-pprof
@ -9,3 +5,12 @@ profile = "bench --bench bench -- --profile-time 10"
[build]
target-dir = "target/target"
[unstable]
codegen-backend = true
[profile.release]
codegen-backend = "cranelift"
[profile.dev]
codegen-backend = "cranelift"