/ contrib / flake.lock
flake.lock
  1  {
  2    "nodes": {
  3      "crane": {
  4        "inputs": {
  5          "flake-compat": "flake-compat",
  6          "flake-utils": "flake-utils",
  7          "nixpkgs": [
  8            "nixpkgs"
  9          ],
 10          "rust-overlay": "rust-overlay"
 11        },
 12        "locked": {
 13          "lastModified": 1684981077,
 14          "narHash": "sha256-68X9cFm0RTZm8u0rXPbeBzOVUH5OoUGAfeHHVoxGd9o=",
 15          "owner": "ipetkov",
 16          "repo": "crane",
 17          "rev": "35110cccf28823320f4fd697fcafcb5038683982",
 18          "type": "github"
 19        },
 20        "original": {
 21          "owner": "ipetkov",
 22          "repo": "crane",
 23          "type": "github"
 24        }
 25      },
 26      "flake-compat": {
 27        "flake": false,
 28        "locked": {
 29          "lastModified": 1673956053,
 30          "narHash": "sha256-4gtG9iQuiKITOjNQQeQIpoIB6b16fm+504Ch3sNKLd8=",
 31          "owner": "edolstra",
 32          "repo": "flake-compat",
 33          "rev": "35bb57c0c8d8b62bbfd284272c928ceb64ddbde9",
 34          "type": "github"
 35        },
 36        "original": {
 37          "owner": "edolstra",
 38          "repo": "flake-compat",
 39          "type": "github"
 40        }
 41      },
 42      "flake-utils": {
 43        "inputs": {
 44          "systems": "systems"
 45        },
 46        "locked": {
 47          "lastModified": 1681202837,
 48          "narHash": "sha256-H+Rh19JDwRtpVPAWp64F+rlEtxUWBAQW28eAi3SRSzg=",
 49          "owner": "numtide",
 50          "repo": "flake-utils",
 51          "rev": "cfacdce06f30d2b68473a46042957675eebb3401",
 52          "type": "github"
 53        },
 54        "original": {
 55          "owner": "numtide",
 56          "repo": "flake-utils",
 57          "type": "github"
 58        }
 59      },
 60      "nixpkgs": {
 61        "locked": {
 62          "lastModified": 1685012353,
 63          "narHash": "sha256-U3oOge4cHnav8OLGdRVhL45xoRj4Ppd+It6nPC9nNIU=",
 64          "owner": "nixos",
 65          "repo": "nixpkgs",
 66          "rev": "aeb75dba965e790de427b73315d5addf91a54955",
 67          "type": "github"
 68        },
 69        "original": {
 70          "owner": "nixos",
 71          "ref": "nixpkgs-unstable",
 72          "repo": "nixpkgs",
 73          "type": "github"
 74        }
 75      },
 76      "root": {
 77        "inputs": {
 78          "crane": "crane",
 79          "nixpkgs": "nixpkgs",
 80          "utils": "utils"
 81        }
 82      },
 83      "rust-overlay": {
 84        "inputs": {
 85          "flake-utils": [
 86            "crane",
 87            "flake-utils"
 88          ],
 89          "nixpkgs": [
 90            "crane",
 91            "nixpkgs"
 92          ]
 93        },
 94        "locked": {
 95          "lastModified": 1683080331,
 96          "narHash": "sha256-nGDvJ1DAxZIwdn6ww8IFwzoHb2rqBP4wv/65Wt5vflk=",
 97          "owner": "oxalica",
 98          "repo": "rust-overlay",
 99          "rev": "d59c3fa0cba8336e115b376c2d9e91053aa59e56",
100          "type": "github"
101        },
102        "original": {
103          "owner": "oxalica",
104          "repo": "rust-overlay",
105          "type": "github"
106        }
107      },
108      "systems": {
109        "locked": {
110          "lastModified": 1681028828,
111          "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
112          "owner": "nix-systems",
113          "repo": "default",
114          "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
115          "type": "github"
116        },
117        "original": {
118          "owner": "nix-systems",
119          "repo": "default",
120          "type": "github"
121        }
122      },
123      "systems_2": {
124        "locked": {
125          "lastModified": 1681028828,
126          "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
127          "owner": "nix-systems",
128          "repo": "default",
129          "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
130          "type": "github"
131        },
132        "original": {
133          "owner": "nix-systems",
134          "repo": "default",
135          "type": "github"
136        }
137      },
138      "utils": {
139        "inputs": {
140          "systems": "systems_2"
141        },
142        "locked": {
143          "lastModified": 1681202837,
144          "narHash": "sha256-H+Rh19JDwRtpVPAWp64F+rlEtxUWBAQW28eAi3SRSzg=",
145          "owner": "numtide",
146          "repo": "flake-utils",
147          "rev": "cfacdce06f30d2b68473a46042957675eebb3401",
148          "type": "github"
149        },
150        "original": {
151          "owner": "numtide",
152          "repo": "flake-utils",
153          "type": "github"
154        }
155      }
156    },
157    "root": "root",
158    "version": 7
159  }