Skip to content

Commit

Permalink
chore: Poetry lock
Browse files Browse the repository at this point in the history
  • Loading branch information
alecandido committed Mar 11, 2024
1 parent 471d484 commit 8417448
Show file tree
Hide file tree
Showing 2 changed files with 133 additions and 1,176 deletions.
4 changes: 2 additions & 2 deletions .envrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ if ! has nix_direnv_version || ! nix_direnv_version 2.2.1; then
source_url "https://github.com/nix-community/nix-direnv/2.2.1/direnvrc" "sha256-zelF0vLbEl5uaqrfIzbgNzJWGmLzCmYAkInj/LNxvKs="
fi

nix_direnv_watch_file flake.nix
nix_direnv_watch_file flake.lock
watch_file flake.nix
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
fi
Loading

0 comments on commit 8417448

Please sign in to comment.