We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b6f6af commit c9e71aaCopy full SHA for c9e71aa
2 files changed
.envrc
@@ -0,0 +1,12 @@
1
+# Automatically load the Nix development shell when entering this directory
2
+# Requires direnv: https://direnv.net/
3
+#
4
+# To enable:
5
+# 1. Install direnv
6
+# 2. Run: direnv allow
7
8
+# This will automatically install all required dependencies for the project.
9
+if ! has nix_direnv_version || ! nix_direnv_version 3.1.0; then
10
+ source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.1.0/direnvrc" "sha256-yMJ2OVMzrFaDPn7q8nCBZFRYpL/f0RcHzhmw/i6btJM="
11
+fi
12
+use_flake
.gitignore
@@ -3,3 +3,4 @@ target/
*.mp4
*.fmp4
debug/
+.direnv/
0 commit comments