diff options
| author | Kumar Damani <me@kumardamani.net> | 2024-08-14 20:01:55 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2024-08-14 20:01:55 +0000 |
| commit | 9a9c187d9b21500f6fd248a3a69c3ec5b70b32b1 (patch) | |
| tree | 8841a95caf9254a576dadb3d7364f85434154193 /.envrc | |
| parent | 61116d82dd381741c91497ea2b51c2f3ad211e93 (diff) | |
added flakes
Diffstat (limited to '.envrc')
| -rw-r--r-- | .envrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -0,0 +1,4 @@ +if ! has nix_direnv_version || ! nix_direnv_version 3.0.5; then + source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.5/direnvrc" "sha256-RuwIS+QKFj/T9M2TFXScjBsLR6V3A17YVoEW/Q6AZ1w=" +fi +use flake .#website --impure |
