/ rust-toolchain / flake.lock
flake.lock
 1  {
 2    "nodes": {
 3      "flake-utils": {
 4        "locked": {
 5          "lastModified": 1676283394,
 6          "narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=",
 7          "owner": "numtide",
 8          "repo": "flake-utils",
 9          "rev": "3db36a8b464d0c4532ba1c7dda728f4576d6d073",
10          "type": "github"
11        },
12        "original": {
13          "owner": "numtide",
14          "repo": "flake-utils",
15          "type": "github"
16        }
17      },
18      "flake-utils_2": {
19        "locked": {
20          "lastModified": 1659877975,
21          "narHash": "sha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=",
22          "owner": "numtide",
23          "repo": "flake-utils",
24          "rev": "c0e246b9b83f637f4681389ecabcb2681b4f3af0",
25          "type": "github"
26        },
27        "original": {
28          "owner": "numtide",
29          "repo": "flake-utils",
30          "type": "github"
31        }
32      },
33      "nixpkgs": {
34        "locked": {
35          "lastModified": 1678101631,
36          "narHash": "sha256-vuuvWBNGhNSPPbFCjp2XZmBqJOvsFF1T0hyleRnHZlc=",
37          "owner": "NixOS",
38          "repo": "nixpkgs",
39          "rev": "934e613c31cf7af0624dcf088b9e2d9b802d0717",
40          "type": "github"
41        },
42        "original": {
43          "owner": "NixOS",
44          "ref": "release-22.11",
45          "repo": "nixpkgs",
46          "type": "github"
47        }
48      },
49      "nixpkgs_2": {
50        "locked": {
51          "lastModified": 1665296151,
52          "narHash": "sha256-uOB0oxqxN9K7XGF1hcnY+PQnlQJ+3bP2vCn/+Ru/bbc=",
53          "owner": "NixOS",
54          "repo": "nixpkgs",
55          "rev": "14ccaaedd95a488dd7ae142757884d8e125b3363",
56          "type": "github"
57        },
58        "original": {
59          "owner": "NixOS",
60          "ref": "nixpkgs-unstable",
61          "repo": "nixpkgs",
62          "type": "github"
63        }
64      },
65      "root": {
66        "inputs": {
67          "flake-utils": "flake-utils",
68          "nixpkgs": "nixpkgs",
69          "rust-overlay": "rust-overlay"
70        }
71      },
72      "rust-overlay": {
73        "inputs": {
74          "flake-utils": "flake-utils_2",
75          "nixpkgs": "nixpkgs_2"
76        },
77        "locked": {
78          "lastModified": 1676341851,
79          "narHash": "sha256-T8cmSiriXdpZfqlserNyJ1solTCR0DbD8A75epSDOVY=",
80          "owner": "oxalica",
81          "repo": "rust-overlay",
82          "rev": "956ddb5047f98ea08b792b22004b94a9971932c4",
83          "type": "github"
84        },
85        "original": {
86          "owner": "oxalica",
87          "repo": "rust-overlay",
88          "type": "github"
89        }
90      }
91    },
92    "root": "root",
93    "version": 7
94  }