commit | 04c1cf789b0468de5fd1368469d90b6fc75b3c46 | [log] [tgz] |
---|---|---|
author | Arthur Heymans <arthur@aheymans.xyz> | Thu Jan 09 16:04:45 2025 +0100 |
committer | Nico Huber <nico.h@gmx.de> | Fri Jan 31 11:40:27 2025 +0000 |
tree | 3a907becee99560f497f6758342bc1d48c712662 | |
parent | eb2c04185f8f471c768b742d66e4c552effdd9cb [diff] |
Add .envrc https://direnv.net/ with use nix, requires the shell.nix to be placed at the project root. This is a very common setup. Change-Id: I6eff8cca03aaa35c68a034ba1f553946c893377c Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.sourcearcade.org/c/flashprog/+/317 Tested-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Nico Huber <nico.h@gmx.de>
diff --git a/.envrc b/.envrc new file mode 100644 index 0000000..1d953f4 --- /dev/null +++ b/.envrc
@@ -0,0 +1 @@ +use nix
diff --git a/util/shell.nix b/shell.nix similarity index 100% rename from util/shell.nix rename to shell.nix