Skip to content

Commit

Permalink
update everything...
Browse files Browse the repository at this point in the history
  • Loading branch information
luqmanishere committed Feb 25, 2024
1 parent 20a6751 commit a9c0987
Show file tree
Hide file tree
Showing 19 changed files with 427 additions and 335 deletions.
6 changes: 3 additions & 3 deletions .envrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ 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
watch_file devenv.nix
watch_file devenv.lock
watch_file devenv.yaml
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
Loading

0 comments on commit a9c0987

Please sign in to comment.