diff options
| author | Irene Knapp <ireneista@internetsafetylabs.org> | 2025-04-16 15:58:55 -0700 |
|---|---|---|
| committer | Irenes <ireneista@internetsafetylabs.org> | 2025-04-16 15:27:29 -0800 |
| commit | 8fa86294cfb2798bdf844a629a5694e582c72542 (patch) | |
| tree | d5c1948ed88af295c1c57c138eec771dd2f539da /.envrc | |
| parent | a2822824e39439c91f82027214f64c31ad272b60 (diff) | |
initial configuration of a nix flake
this also sets up direnv and gitignore Change-Id: Ifa286098ec0be1122e167757c11be1cd3d06ec93 Force-Push: I'm trying to do initial setup and I want to move quickly
Diffstat (limited to '.envrc')
| -rw-r--r-- | .envrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.envrc b/.envrc new file mode 100644 index 0000000..e3fecb3 --- /dev/null +++ b/.envrc @@ -0,0 +1,2 @@ +use flake + |