Skip to content

Commit

Permalink
re-enable .envrc
Browse files Browse the repository at this point in the history
  • Loading branch information
RCasatta committed Apr 6, 2024
1 parent 33acb3c commit e443136
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .envrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

#if ! has nix_direnv_version || ! nix_direnv_version 2.2.1; then
# source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/2.2.1/direnvrc" "sha256-zelF0vLbEl5uaqrfIzbgNzJWGmLzCmYAkInj/LNxvKs="
#fi
if ! has nix_direnv_version || ! nix_direnv_version 2.2.1; then
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/2.2.1/direnvrc" "sha256-zelF0vLbEl5uaqrfIzbgNzJWGmLzCmYAkInj/LNxvKs="
fi

#nix_direnv_watch_file rust-toolchain.toml
#use flake
nix_direnv_watch_file rust-toolchain.toml
use flake

0 comments on commit e443136

Please sign in to comment.