feat(nix): add dev environment

This commit is contained in:
RhenCloud 2026-07-24 23:42:12 +08:00
parent 512d4b01d5
commit 114776d5af
No known key found for this signature in database
GPG key ID: A574A617378C4E0B
4 changed files with 96 additions and 0 deletions

5
.envrc Normal file
View file

@ -0,0 +1,5 @@
if ! has nix_direnv_version; then
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.6/direnvrc" "sha256-ksIpIRQfn4n2xKMyrrZbWQJdYRdLIpZIiCe33mYs0BQ="
fi
use flake