This repository has been archived by the owner on Nov 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 78
/
flake.lock
137 lines (137 loc) · 3.46 KB
/
flake.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
{
"nodes": {
"fenix": {
"inputs": {
"nixpkgs": "nixpkgs",
"rust-analyzer-src": "rust-analyzer-src"
},
"locked": {
"lastModified": 1692685213,
"narHash": "sha256-JOrXleSdEKuymCyxg7P4GTTATDhBdfeyWcd1qQQlIYw=",
"owner": "nix-community",
"repo": "fenix",
"rev": "ffa0a8815be591767f82d42c63d88bfa4026a967",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "fenix",
"type": "github"
}
},
"flake-utils": {
"inputs": {
"systems": "systems"
},
"locked": {
"lastModified": 1685518550,
"narHash": "sha256-o2d0KcvaXzTrPRIo0kOLV0/QXHhDQ5DTi+OxcjO8xqY=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "a1720a10a6cfe8234c0e93907ffe81be440f4cef",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1692447944,
"narHash": "sha256-fkJGNjEmTPvqBs215EQU4r9ivecV5Qge5cF/QDLVn3U=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "d680ded26da5cf104dd2735a51e88d2d8f487b4d",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"fenix": "fenix",
"flake-utils": "flake-utils",
"nixpkgs": [
"fenix",
"nixpkgs"
],
"typst": "typst",
"typst-fmt": "typst-fmt"
}
},
"rust-analyzer-src": {
"flake": false,
"locked": {
"lastModified": 1692605210,
"narHash": "sha256-4Iipx8N7GxQLyPUGTCHPEon7Duko31FCoqDef3kveIU=",
"owner": "rust-lang",
"repo": "rust-analyzer",
"rev": "9b3d03408c66749d56466bb09baf2a7177deb6ce",
"type": "github"
},
"original": {
"owner": "rust-lang",
"ref": "nightly",
"repo": "rust-analyzer",
"type": "github"
}
},
"systems": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
},
"typst": {
"flake": false,
"locked": {
"lastModified": 1691421581,
"narHash": "sha256-yrtOmlFAKOqAmhCP7n0HQCOQpU3DWyms5foCdUb9QTg=",
"owner": "typst",
"repo": "typst",
"rev": "da8367e189b02918a8fe1a98fd3059fd11a82cd9",
"type": "github"
},
"original": {
"owner": "typst",
"ref": "v0.7.0",
"repo": "typst",
"type": "github"
}
},
"typst-fmt": {
"flake": false,
"locked": {
"lastModified": 1692070457,
"narHash": "sha256-qeAiBNpfCRaSpzpwiveR1K4G5aS1CAWcLvKnQU219yc=",
"owner": "astrale-sharp",
"repo": "typstfmt",
"rev": "8404a15628dafa683975ab9e0c5af2d33b2b2e6b",
"type": "github"
},
"original": {
"owner": "astrale-sharp",
"ref": "8404a15",
"repo": "typstfmt",
"type": "github"
}
}
},
"root": "root",
"version": 7
}