mirror of
https://github.com/ReCloudStudio/WebHooker.git
synced 2026-09-22 16:11:29 +00:00
feat(nix): add dev environment
This commit is contained in:
parent
512d4b01d5
commit
114776d5af
4 changed files with 96 additions and 0 deletions
5
.envrc
Normal file
5
.envrc
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue