about summary refs log tree commit diff
path: root/kittybox-rs/.envrc
blob: 81977e93633c1fde819e812773d24fa089e9b7dc (plain) (blame)
1
2
3
4
5
6
7
8
if has nix; then
    if ! has nix_direnv_version || ! nix_direnv_version 2.1.1; then
        source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/2.1.1/direnvrc" \
            "sha256-b6qJ4r34rbE23yWjMqbmu3ia2z4b2wIlZUksBke/ol0="
    fi
    use flake ..
    nix_direnv_watch_file ../shell.nix
fi