/ flake.lock
flake.lock
 1  {
 2    "nodes": {
 3      "crane": {
 4        "locked": {
 5          "lastModified": 1766181779,
 6          "narHash": "sha256-L0yG1x8/uE/rFRQG/IbAk+yCf6vz5L7k2jrLZlMjj3E=",
 7          "owner": "ipetkov",
 8          "repo": "crane",
 9          "rev": "0263f510ba38bee5b7f817498066adaad694e50b",
10          "type": "github"
11        },
12        "original": {
13          "owner": "ipetkov",
14          "repo": "crane",
15          "type": "github"
16        }
17      },
18      "flake-utils": {
19        "inputs": {
20          "systems": "systems"
21        },
22        "locked": {
23          "lastModified": 1731533236,
24          "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
25          "owner": "numtide",
26          "repo": "flake-utils",
27          "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
28          "type": "github"
29        },
30        "original": {
31          "owner": "numtide",
32          "repo": "flake-utils",
33          "type": "github"
34        }
35      },
36      "nixpkgs": {
37        "locked": {
38          "lastModified": 1766025857,
39          "narHash": "sha256-Lav5jJazCW4mdg1iHcROpuXqmM94BWJvabLFWaJVJp0=",
40          "owner": "NixOS",
41          "repo": "nixpkgs",
42          "rev": "def3da69945bbe338c373fddad5a1bb49cf199ce",
43          "type": "github"
44        },
45        "original": {
46          "id": "nixpkgs",
47          "ref": "nixpkgs-unstable",
48          "type": "indirect"
49        }
50      },
51      "root": {
52        "inputs": {
53          "crane": "crane",
54          "flake-utils": "flake-utils",
55          "nixpkgs": "nixpkgs",
56          "rust-overlay": "rust-overlay"
57        }
58      },
59      "rust-overlay": {
60        "inputs": {
61          "nixpkgs": [
62            "nixpkgs"
63          ]
64        },
65        "locked": {
66          "lastModified": 1766630657,
67          "narHash": "sha256-wW15buPGU29v0XuAmDkc30+d5j4Tmg/V8AkpHH+hDWY=",
68          "owner": "oxalica",
69          "repo": "rust-overlay",
70          "rev": "3bf67c5e473f29ca79ff15904f3072d87cf6d087",
71          "type": "github"
72        },
73        "original": {
74          "owner": "oxalica",
75          "repo": "rust-overlay",
76          "type": "github"
77        }
78      },
79      "systems": {
80        "locked": {
81          "lastModified": 1681028828,
82          "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
83          "owner": "nix-systems",
84          "repo": "default",
85          "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
86          "type": "github"
87        },
88        "original": {
89          "owner": "nix-systems",
90          "repo": "default",
91          "type": "github"
92        }
93      }
94    },
95    "root": "root",
96    "version": 7
97  }