adds flake and direnv setup

This commit is contained in:
Dennis Schoepf 2026-02-16 21:24:09 +01:00
parent efae6283bb
commit 2c65bc585e
3 changed files with 3473 additions and 0 deletions

5
.envrc Normal file
View file

@ -0,0 +1,5 @@
# shellcheck shell=bash
if ! has nix_direnv_version || ! nix_direnv_version 3.1.0; then
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.1.0/direnvrc" "sha256-yMJ2OVMzrFaDPn7q8nCBZFRYpL/f0RcHzhmw/i6btJM="
fi
use flake