Browse Source

chore: update nix-direnv from 1.5.0 to 3.0.5 (#3700)

Signed-off-by: Atte Niemi <4998544+hur@users.noreply.github.com>
pull/3126/head
Atte Niemi 2 years ago committed by GitHub
parent
commit
14d31a75ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 5
      .envrc

5
.envrc

@ -1,6 +1,7 @@
if ! has nix_direnv_version || ! nix_direnv_version 1.5.0; then if ! has nix_direnv_version || ! nix_direnv_version 3.0.5; then
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/1.5.0/direnvrc" "sha256-carKk9aUFHMuHt+IWh74hFj58nY4K3uywpZbwXX0BTI=" source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.5/direnvrc" "sha256-RuwIS+QKFj/T9M2TFXScjBsLR6V3A17YVoEW/Q6AZ1w="
fi fi
use flake use flake
dotenv_if_exists dotenv_if_exists

Loading…
Cancel
Save