mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-08 19:46:06 +01:00
https://github.com/nix-community/nix-direnv/releases https://github.com/nix-community/nix-direnv/compare/2.3.0...3.1.0
7 lines
244 B
Bash
7 lines
244 B
Bash
if ! has nix_direnv_version || ! nix_direnv_version 3.1.0; then
|
|
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.1.0/direnvrc" "sha256-yMJ2OVMzrFaDPn7q8nCBZFRYpL/f0RcHzhmw/i6btJM="
|
|
fi
|
|
|
|
watch_file flake/**/*
|
|
|
|
use flake
|