返回 CodeWhale
flake.lock
根目录 / flake.lock
1 {
2 "nodes": {
3 "fenix": {
4 "inputs": {
5 "nixpkgs": [
6 "nixpkgs"
7 ],
8 "rust-analyzer-src": "rust-analyzer-src"
9 },
10 "locked": {
11 "lastModified": 1788006742,
12 "narHash": "sha256-V65dNU5TPx5c/DBdJ2G8rgczvLxB5ROm/ie8CS6WV3w=",
13 "owner": "nix-community",
14 "repo": "fenix",
15 "rev": "e0f7f5109090e4ebc9f3c969b961966cd7a61013",
16 "type": "github"
17 },
18 "original": {
19 "owner": "nix-community",
20 "repo": "fenix",
21 "type": "github"
22 }
23 },
24 "nixpkgs": {
25 "locked": {
26 "lastModified": 1787736819,
27 "narHash": "sha256-cV5xEJJK3BvhU8rEd4mC9UsmDi5qscv/kzGPhBRC5WA=",
28 "owner": "nixos",
29 "repo": "nixpkgs",
30 "rev": "9fbb54b33e91ee4ca368e35a78e0613c720600b3",
31 "type": "github"
32 },
33 "original": {
34 "owner": "nixos",
35 "ref": "nixos-unstable",
36 "repo": "nixpkgs",
37 "type": "github"
38 }
39 },
40 "root": {
41 "inputs": {
42 "fenix": "fenix",
43 "nixpkgs": "nixpkgs"
44 }
45 },
46 "rust-analyzer-src": {
47 "flake": false,
48 "locked": {
49 "lastModified": 1787909076,
50 "narHash": "sha256-dGGOmzu3v7Sd9AZjvmPXqw2oXxepu7DDcQ0X+oW+a28=",
51 "owner": "rust-lang",
52 "repo": "rust-analyzer",
53 "rev": "af4111f0bf85d9d66f4161b007b0081860e0a21c",
54 "type": "github"
55 },
56 "original": {
57 "owner": "rust-lang",
58 "ref": "nightly",
59 "repo": "rust-analyzer",
60 "type": "github"
61 }
62 }
63 },
64 "root": "root",
65 "version": 7
66 }
67
67 lines Plain Text