Files
lsp-typst/.envrc
T
2026-07-09 20:45:16 +02:00

8 lines
246 B
Bash

# -*- 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