forked from modelfoxdotdev/modelfox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathflake.lock
96 lines (96 loc) · 2.44 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
{
"nodes": {
"fenix": {
"inputs": {
"nixpkgs": "nixpkgs",
"rust-analyzer-src": "rust-analyzer-src"
},
"locked": {
"lastModified": 1628735075,
"narHash": "sha256-4lO2/7vbfMZAI2SEtnsoqGrcBwmTi9sMJo9c3jyMOqg=",
"owner": "nix-community",
"repo": "fenix",
"rev": "f0f97b2fb60df3e47dbe3bcae60033e182092614",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "fenix",
"type": "github"
}
},
"flake-utils": {
"locked": {
"lastModified": 1623875721,
"narHash": "sha256-A8BU7bjS5GirpAUv4QA+QnJ4CceLHkcXdRp4xITDB0s=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "f7e004a55b120c02ecb6219596820fcd32ca8772",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1628605906,
"narHash": "sha256-XqCCPDIIG4zMPJ/V757FgzGM2zypcRb1BY7u/DqHKX0=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "fe01052444c1d66ed6ef76df2af798c9769e9e79",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs_2": {
"locked": {
"lastModified": 1628693817,
"narHash": "sha256-WtlM8ptjcUUWRvbpkToKJHzLlGCEXZKGh+SfwUYHobA=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "9df2cb074d72ea80ac9fd225b29060c8cf13dd39",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"fenix": "fenix",
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs_2"
}
},
"rust-analyzer-src": {
"flake": false,
"locked": {
"lastModified": 1628698409,
"narHash": "sha256-EgQ0ElIaWe3aglD0WhuZkOGY3ilSDEJtwgQaMI+P+l4=",
"owner": "rust-analyzer",
"repo": "rust-analyzer",
"rev": "2511e1bc35abec0cd56695c2d52ff5e572576943",
"type": "github"
},
"original": {
"owner": "rust-analyzer",
"ref": "nightly",
"repo": "rust-analyzer",
"type": "github"
}
}
},
"root": "root",
"version": 7
}