1
0
forked from clan/clan-core

nix-direnv: update to 2.5.1

This commit is contained in:
Jörg Thalheim 2023-11-30 11:29:49 +01:00
parent 31ce8f7357
commit 7d3801a916

4
.envrc
View File

@ -1,5 +1,5 @@
if ! has nix_direnv_version || ! nix_direnv_version 2.4.0; then
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/2.4.0/direnvrc" "sha256-Dmd+j63L84wuzgyjITIfSxSD57Tx7v51DMxVZOsiUD8="
if ! has nix_direnv_version || ! nix_direnv_version 2.5.1; then
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/2.5.1/direnvrc" "sha256-puRzug17Ed4JFS2wbpqa3k764QV6xPP6O3A/ez/JpOM="
fi
use flake