diff options
| -rw-r--r-- | .envrc | 2 | ||||
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | flake.nix | 1 |
3 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,2 @@ +use flake +PATH_add bin @@ -16,3 +16,5 @@ pom.xml.asc /.prepl-port /.cpcache .jj +docs/build +.direnv @@ -28,6 +28,7 @@ python3 python3Packages.sphinx python3Packages.sphinx-rtd-theme + direnv ]; }; } |
