Skip to content

Commit c9b525d

Browse files
committed
add Flox environment for dependencies
1 parent 5697be8 commit c9b525d

File tree

5 files changed

+206
-0
lines changed

5 files changed

+206
-0
lines changed

.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": "www-ziglang-org",
3+
"version": 1
4+
}

.flox/env/manifest.lock

Lines changed: 185 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.flox/env/manifest.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
version = 1
2+
3+
[install]
4+
zig.pkg-path = "zig"
5+
zls.pkg-path = "zls"
6+
zlib.pkg-path = "zlib"
7+
coreutils.pkg-path = "coreutils"
8+
jq.pkg-path = "jq"
9+
10+
[options]
11+
systems = ["x86_64-linux"]

0 commit comments

Comments
 (0)