Compare commits
3 commits
f9541cbc33
...
aca743dea7
| Author | SHA1 | Date | |
|---|---|---|---|
| aca743dea7 | |||
| e09899d59c | |||
| fd09346526 |
3 changed files with 3 additions and 15 deletions
8
.envrc
8
.envrc
|
|
@ -2,9 +2,7 @@ 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 ./flake/checks.nix
|
||||
nix_direnv_watch_file ./flake/dev-shells.nix
|
||||
|
||||
use flake
|
||||
|
||||
watch_file ./flake/checks.nix
|
||||
watch_file ./flake/dev-shells.nix
|
||||
|
||||
eval "$shellHooks"
|
||||
|
|
|
|||
|
|
@ -3,8 +3,3 @@ if ! has nix_direnv_version || ! nix_direnv_version 2.2.1; then
|
|||
fi
|
||||
|
||||
use flake
|
||||
|
||||
watch_file ./flake/checks.nix
|
||||
watch_file ./flake/dev-shells.nix
|
||||
|
||||
eval "$shellHooks"
|
||||
|
|
|
|||
|
|
@ -3,8 +3,3 @@ if ! has nix_direnv_version || ! nix_direnv_version 2.2.1; then
|
|||
fi
|
||||
|
||||
use flake
|
||||
|
||||
watch_file ./flake/checks.nix
|
||||
watch_file ./flake/dev-shells.nix
|
||||
|
||||
eval "$shellHooks"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue