tangled
alpha
login
or
join now
fuzzko.neocities.org
/
requwu
0
fork
atom
A cutesy HTTP client for Gleam
0
fork
atom
overview
issues
pulls
pipelines
flake.lock
fuzzko.neocities.org
1 month ago
7d6640f5
40f9815a
+93
2 changed files
expand all
collapse all
unified
split
.gitignore
flake.lock
+1
.gitignore
···
1
1
*.beam
2
2
*.ez
3
3
/build
4
4
+
/.direnv
4
5
erl_crash.dump
+92
flake.lock
···
1
1
+
{
2
2
+
"nodes": {
3
3
+
"flakelight": {
4
4
+
"inputs": {
5
5
+
"nixpkgs": [
6
6
+
"nixpkgs"
7
7
+
]
8
8
+
},
9
9
+
"locked": {
10
10
+
"lastModified": 1770643227,
11
11
+
"narHash": "sha256-Dhl7sU33nociCpvK51Dc6Kr3c3g6e37GiaQ8RsdhaiE=",
12
12
+
"owner": "nix-community",
13
13
+
"repo": "flakelight",
14
14
+
"rev": "06f0fad6089dbc5cff57607c9ed4ee01dea00c90",
15
15
+
"type": "github"
16
16
+
},
17
17
+
"original": {
18
18
+
"owner": "nix-community",
19
19
+
"repo": "flakelight",
20
20
+
"type": "github"
21
21
+
}
22
22
+
},
23
23
+
"flakelight-treefmt": {
24
24
+
"inputs": {
25
25
+
"flakelight": [
26
26
+
"flakelight"
27
27
+
],
28
28
+
"treefmt-nix": "treefmt-nix"
29
29
+
},
30
30
+
"locked": {
31
31
+
"lastModified": 1770729297,
32
32
+
"narHash": "sha256-iNI2pIkYSdENcAm/M7daQQhpt6G4DqnNDVF+x3PT/Yc=",
33
33
+
"owner": "m15a",
34
34
+
"repo": "flakelight-treefmt",
35
35
+
"rev": "5c6d9b15364874a2a3149a836d4d0ac37d4f7172",
36
36
+
"type": "github"
37
37
+
},
38
38
+
"original": {
39
39
+
"owner": "m15a",
40
40
+
"repo": "flakelight-treefmt",
41
41
+
"type": "github"
42
42
+
}
43
43
+
},
44
44
+
"nixpkgs": {
45
45
+
"locked": {
46
46
+
"lastModified": 1771008912,
47
47
+
"narHash": "sha256-gf2AmWVTs8lEq7z/3ZAsgnZDhWIckkb+ZnAo5RzSxJg=",
48
48
+
"owner": "NixOS",
49
49
+
"repo": "nixpkgs",
50
50
+
"rev": "a82ccc39b39b621151d6732718e3e250109076fa",
51
51
+
"type": "github"
52
52
+
},
53
53
+
"original": {
54
54
+
"owner": "NixOS",
55
55
+
"ref": "nixos-unstable",
56
56
+
"repo": "nixpkgs",
57
57
+
"type": "github"
58
58
+
}
59
59
+
},
60
60
+
"root": {
61
61
+
"inputs": {
62
62
+
"flakelight": "flakelight",
63
63
+
"flakelight-treefmt": "flakelight-treefmt",
64
64
+
"nixpkgs": "nixpkgs"
65
65
+
}
66
66
+
},
67
67
+
"treefmt-nix": {
68
68
+
"inputs": {
69
69
+
"nixpkgs": [
70
70
+
"flakelight-treefmt",
71
71
+
"flakelight",
72
72
+
"nixpkgs"
73
73
+
]
74
74
+
},
75
75
+
"locked": {
76
76
+
"lastModified": 1770228511,
77
77
+
"narHash": "sha256-wQ6NJSuFqAEmIg2VMnLdCnUc0b7vslUohqqGGD+Fyxk=",
78
78
+
"owner": "numtide",
79
79
+
"repo": "treefmt-nix",
80
80
+
"rev": "337a4fe074be1042a35086f15481d763b8ddc0e7",
81
81
+
"type": "github"
82
82
+
},
83
83
+
"original": {
84
84
+
"owner": "numtide",
85
85
+
"repo": "treefmt-nix",
86
86
+
"type": "github"
87
87
+
}
88
88
+
}
89
89
+
},
90
90
+
"root": "root",
91
91
+
"version": 7
92
92
+
}