diff options
| author | Irene Knapp <ireneista@internetsafetylabs.org> | 2025-08-14 14:16:56 -0700 |
|---|---|---|
| committer | Irene Knapp <ireneista@internetsafetylabs.org> | 2025-08-14 14:16:56 -0700 |
| commit | 89e48b600b01b21c2fae9c6414ddf66e0c38d7a6 (patch) | |
| tree | c9496b87c281aa5905c7ece0323284994fab56f7 /.envrc | |
| parent | 20243027e12efb2563d628868f962867dee160dd (diff) | |
create a project skeleton with a nix flake and a Rust executable
I also took the liberty of adding some Rust libraries that I know will be useful Change-Id: Id5d98d86cdce653f6706903b75e285c72f2ba4b4
Diffstat (limited to '.envrc')
| -rw-r--r-- | .envrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.envrc b/.envrc new file mode 100644 index 0000000..3550a30 --- /dev/null +++ b/.envrc @@ -0,0 +1 @@ +use flake |