Skip to content

Commit bba25a4

Browse files
committed
build: Add flox environment
1 parent 9626778 commit bba25a4

File tree

8 files changed

+932
-161
lines changed

8 files changed

+932
-161
lines changed

.devcontainer/Dockerfile

Lines changed: 0 additions & 30 deletions
This file was deleted.

.devcontainer/devcontainer.json

Lines changed: 0 additions & 82 deletions
This file was deleted.

.flox/.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
env/manifest.lock linguist-generated=true linguist-language=JSON

.flox/.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
run/
2+
cache/
3+
lib/
4+
log/
5+
!env/

.flox/env.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"name": "rust-sdk",
3+
"version": 1
4+
}

0 commit comments

Comments
 (0)