feat: initial commit

This commit is contained in:
2026-07-09 17:23:56 +02:00
commit 0d9958caa6
7 changed files with 385 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
# -*- mode: sh; -*-
watch_file flake.nix
watch_file flake.lock
if ! use flake . --no-pure-eval
then
echo "dev shell could not be built. The environment was not loaded. Make the necessary changes to flake.nix and hit enter to try again." >&2
fi