blob: dcc53e44c7b554f8daab571c349aef14c90e41ab (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# only use flake when `nix` is present
if command -v nix &> /dev/null; then
if ! has nix_direnv_version || ! nix_direnv_version 2.2.1; then
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/2.2.1/direnvrc" "sha256-zelF0vLbEl5uaqrfIzbgNzJWGmLzCmYAkInj/LNxvKs="
fi
watch_file ./parts/dev.nix
use flake
fi
dotenv_if_exists
|