add nix flake
All checks were successful
Actions / Build (push) Successful in 13s
Actions / Lint with Ruff, Pylint, & MyPy (push) Successful in 24s
Actions / Build Documentation (push) Successful in 27s

This commit is contained in:
cswimr 2024-12-08 09:39:53 -05:00
parent 84ef67b69f
commit 317de057fc
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087
5 changed files with 400 additions and 1 deletions

10
.envrc Normal file
View file

@ -0,0 +1,10 @@
if ! has nix_direnv_version || ! nix_direnv_version 2.2.1; then
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/2.2.1/direnvrc" "sha256-zelF0vLbEl5uaqrfIzbgNzJWGmLzCmYAkInj/LNxvKs="
fi
watch_file flake.nix
watch_file flake.lock
if ! use flake . --no-pure-eval
then
echo "devenv could not be built. The devenv environment was not loaded. Make the necessary changes to devenv.nix and hit enter to try again." >&2
fi