diff options
| author | 2026-07-02 11:35:35 +0100 | |
|---|---|---|
| committer | 2026-07-02 11:35:35 +0100 | |
| commit | 694cd2fc4680ccea939c9569f0a76cf1deaa5d2d (patch) | |
| tree | caee9e596c64c4f0655e4ccc4b6ed8fc55e027dd /.envrc | |
| parent | 8200f2d7cf9fe8ff0fa72701494e598daab6340e (diff) | |
| download | dotfiles-694cd2fc4680ccea939c9569f0a76cf1deaa5d2d.tar.gz dotfiles-694cd2fc4680ccea939c9569f0a76cf1deaa5d2d.tar.bz2 dotfiles-694cd2fc4680ccea939c9569f0a76cf1deaa5d2d.zip | |
Add repo validation dev shell
Diffstat (limited to '.envrc')
| -rw-r--r-- | .envrc | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,7 @@ +if has nix_direnv_version; then + use flake ./nix +else + watch_file nix/flake.nix + watch_file nix/flake.lock + eval "$(nix --extra-experimental-features 'nix-command flakes' print-dev-env ./nix)" +fi |
