clan-vm-manager: Fix regression

This commit is contained in:
Qubasa
2024-07-29 17:33:42 +02:00
parent 4a19a04d1d
commit ce1dec774e
8 changed files with 15 additions and 22 deletions

1
.envrc
View File

@@ -4,6 +4,7 @@ if ! has nix_direnv_version || ! nix_direnv_version 3.0.4; then
fi
watch_file .direnv/selected-shell
watch_file formatter.nix
if [ -e .direnv/selected-shell ]; then
use flake ".#$(cat .direnv/selected-shell)"