fix(atlantis): Switch to dragonfly

This commit is contained in:
2025-11-11 12:15:59 +01:00
parent 9181781f55
commit 6554bdf8d9
4 changed files with 29 additions and 38 deletions
+2 -7
View File
@@ -1,14 +1,9 @@
#!/usr/bin/env bash
# the shebang is ignored, but nice for editors
watch_file lon.lock
watch_file nix/sources.json
# Load .env file if it exists
dotenv_if_exists
# Activate development shell
if type -P lorri &>/dev/null; then
eval "$(lorri direnv)"
else
echo 'while direnv evaluated .envrc, could not find the command "lorri" [https://github.com/nix-community/lorri]'
use nix
fi
use nix