Spaces:
Runtime error
Runtime error
Carlos Salgado
commited on
Commit
·
9ed2bd2
1
Parent(s):
d17ba2d
ignore flake
Browse files- .gitignore +1 -4
- flake.nix +1 -0
.gitignore
CHANGED
|
@@ -1,9 +1,6 @@
|
|
| 1 |
.envrc
|
| 2 |
.direnv/
|
| 3 |
-
*.lock
|
| 4 |
.env
|
| 5 |
.venv
|
| 6 |
.ipynb_checkpoints
|
| 7 |
-
|
| 8 |
-
flake.lock
|
| 9 |
-
flake.nix
|
|
|
|
| 1 |
.envrc
|
| 2 |
.direnv/
|
|
|
|
| 3 |
.env
|
| 4 |
.venv
|
| 5 |
.ipynb_checkpoints
|
| 6 |
+
flake.nix
|
|
|
|
|
|
flake.nix
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
/home/salgadev/code/dev-flakes/templates/langchain-rag/flake.nix
|