diff options
| author | kdam0 <me@kumardamani.net> | 2024-07-04 01:24:14 +0000 |
|---|---|---|
| committer | kdam0 <me@kumardamani.net> | 2024-07-04 01:24:14 +0000 |
| commit | ca7ef26e9985f3e66a0cb3a268c98d9205a4c2db (patch) | |
| tree | ad9d961ce87172c43264160dc4f680861f437562 /projectA/.envrc | |
inital commit
Diffstat (limited to 'projectA/.envrc')
| -rw-r--r-- | projectA/.envrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/projectA/.envrc b/projectA/.envrc new file mode 100644 index 0000000..c034a28 --- /dev/null +++ b/projectA/.envrc @@ -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 ..#projectA --impure |
