mirror of
https://github.com/spf13/viper
synced 2024-11-04 20:27:02 +00:00
351365dbe1
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
4 lines
231 B
Bash
4 lines
231 B
Bash
if ! has nix_direnv_version || ! nix_direnv_version 2.3.0; then
|
|
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/2.3.0/direnvrc" "sha256-Dmd+j63L84wuzgyjITIfSxSD57Tx7v51DMxVZOsiUD8="
|
|
fi
|
|
use flake . --impure
|