Skip to content

Commit

Permalink
Merge pull request #913 from peteut/patch-1
Browse files Browse the repository at this point in the history
templates/simple: fix typo in .envrc
  • Loading branch information
domenkozar authored Dec 30, 2023
2 parents 405a4c6 + b28e680 commit 7354096
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions templates/simple/.envrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ 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 devenv.nix
nix_direnv_watch_file devenv.lock
nix_direnv_watch_file devenv.yaml
nix_direnv_watch_file flake.nix
nix_direnv_watch_file flake.lock
if ! use flake . --impure
then
echo "devenv could not be built. The devenv environment was not loaded. Make the necessary changes to devenv.nix and hit enter to try again." >&2
Expand Down

0 comments on commit 7354096

Please sign in to comment.