feat: Add nix develop recipe

This commit is contained in:
punkfairie 2025-01-04 13:00:53 -08:00
parent 6e222c9ce4
commit 2a2126eda9
Signed by: punkfairie
GPG key ID: A509E8F77FB9D696

View file

@ -1,3 +1,7 @@
alias d := dev
dev:
nix develop
alias t := test alias t := test
test: test:
git aa && nix run . git aa && nix run .