xref: /aosp_15_r20/external/bazelbuild-rules_rust/examples/nix_cross_compiling/nix/flake.lock (revision d4726bddaa87cc4778e7472feed243fa4b6c267f)
1{
2  "nodes": {
3    "android-nixpkgs": {
4      "inputs": {
5        "devshell": "devshell",
6        "flake-utils": "flake-utils",
7        "nixpkgs": [
8          "nixpkgs"
9        ]
10      },
11      "locked": {
12        "lastModified": 1701375499,
13        "narHash": "sha256-hiBAShY1YAztW01Qx846pgomyFZpBzsZ8DUY8LFhtX4=",
14        "owner": "tadfisher",
15        "repo": "android-nixpkgs",
16        "rev": "24efd95411d18a8518b64bd041daaeb5d0a45da4",
17        "type": "github"
18      },
19      "original": {
20        "owner": "tadfisher",
21        "repo": "android-nixpkgs",
22        "type": "github"
23      }
24    },
25    "devshell": {
26      "inputs": {
27        "nixpkgs": [
28          "android-nixpkgs",
29          "nixpkgs"
30        ],
31        "systems": "systems"
32      },
33      "locked": {
34        "lastModified": 1700815693,
35        "narHash": "sha256-JtKZEQUzosrCwDsLgm+g6aqbP1aseUl1334OShEAS3s=",
36        "owner": "numtide",
37        "repo": "devshell",
38        "rev": "7ad1c417c87e98e56dcef7ecd0e0a2f2e5669d51",
39        "type": "github"
40      },
41      "original": {
42        "owner": "numtide",
43        "repo": "devshell",
44        "type": "github"
45      }
46    },
47    "fenix": {
48      "inputs": {
49        "nixpkgs": [
50          "nixpkgs"
51        ],
52        "rust-analyzer-src": "rust-analyzer-src"
53      },
54      "locked": {
55        "lastModified": 1701325357,
56        "narHash": "sha256-+CF74n9/AlLwgdCTM5WuKsa/4C1YxJSpRDCfz1ErOl0=",
57        "owner": "nix-community",
58        "repo": "fenix",
59        "rev": "07a409ce1fe2c6d6e871793394b0cc0e5e262e3b",
60        "type": "github"
61      },
62      "original": {
63        "owner": "nix-community",
64        "repo": "fenix",
65        "type": "github"
66      }
67    },
68    "flake-utils": {
69      "inputs": {
70        "systems": "systems_2"
71      },
72      "locked": {
73        "lastModified": 1694529238,
74        "narHash": "sha256-zsNZZGTGnMOf9YpHKJqMSsa0dXbfmxeoJ7xHlrt+xmY=",
75        "owner": "numtide",
76        "repo": "flake-utils",
77        "rev": "ff7b65b44d01cf9ba6a71320833626af21126384",
78        "type": "github"
79      },
80      "original": {
81        "owner": "numtide",
82        "repo": "flake-utils",
83        "type": "github"
84      }
85    },
86    "nixpkgs": {
87      "locked": {
88        "lastModified": 1701237617,
89        "narHash": "sha256-Ryd8xpNDY9MJnBFDYhB37XSFIxCPVVVXAbInNPa95vs=",
90        "owner": "NixOS",
91        "repo": "nixpkgs",
92        "rev": "85306ef2470ba705c97ce72741d56e42d0264015",
93        "type": "github"
94      },
95      "original": {
96        "owner": "NixOS",
97        "ref": "nixpkgs-unstable",
98        "repo": "nixpkgs",
99        "type": "github"
100      }
101    },
102    "root": {
103      "inputs": {
104        "android-nixpkgs": "android-nixpkgs",
105        "fenix": "fenix",
106        "nixpkgs": "nixpkgs"
107      }
108    },
109    "rust-analyzer-src": {
110      "flake": false,
111      "locked": {
112        "lastModified": 1701186284,
113        "narHash": "sha256-euPBY3EmEy7+Jjm2ToRPlSp/qrj0UL9+PRobxVz6+aQ=",
114        "owner": "rust-lang",
115        "repo": "rust-analyzer",
116        "rev": "c7c582afb57bb802715262d7f1ba73b8a86c1c5a",
117        "type": "github"
118      },
119      "original": {
120        "owner": "rust-lang",
121        "ref": "nightly",
122        "repo": "rust-analyzer",
123        "type": "github"
124      }
125    },
126    "systems": {
127      "locked": {
128        "lastModified": 1681028828,
129        "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
130        "owner": "nix-systems",
131        "repo": "default",
132        "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
133        "type": "github"
134      },
135      "original": {
136        "owner": "nix-systems",
137        "repo": "default",
138        "type": "github"
139      }
140    },
141    "systems_2": {
142      "locked": {
143        "lastModified": 1681028828,
144        "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
145        "owner": "nix-systems",
146        "repo": "default",
147        "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
148        "type": "github"
149      },
150      "original": {
151        "owner": "nix-systems",
152        "repo": "default",
153        "type": "github"
154      }
155    }
156  },
157  "root": "root",
158  "version": 7
159}
160