/ flake.lock
flake.lock
  1  {
  2    "nodes": {
  3      "advisory-db": {
  4        "flake": false,
  5        "locked": {
  6          "lastModified": 1771365779,
  7          "narHash": "sha256-KaMQHARfo0nykDbE2pNW8GGCm5k8kIiqZ0IQI0RRYWE=",
  8          "owner": "rustsec",
  9          "repo": "advisory-db",
 10          "rev": "532daba438136696af8764d4d69ea83ed8694da9",
 11          "type": "github"
 12        },
 13        "original": {
 14          "owner": "rustsec",
 15          "repo": "advisory-db",
 16          "type": "github"
 17        }
 18      },
 19      "crane": {
 20        "locked": {
 21          "lastModified": 1771121070,
 22          "narHash": "sha256-aIlv7FRXF9q70DNJPI237dEDAznSKaXmL5lfK/Id/bI=",
 23          "owner": "ipetkov",
 24          "repo": "crane",
 25          "rev": "a2812c19f1ed2e5ed5ce2ef7109798b575c180e1",
 26          "type": "github"
 27        },
 28        "original": {
 29          "owner": "ipetkov",
 30          "repo": "crane",
 31          "type": "github"
 32        }
 33      },
 34      "flake-compat": {
 35        "flake": false,
 36        "locked": {
 37          "lastModified": 1767039857,
 38          "narHash": "sha256-vNpUSpF5Nuw8xvDLj2KCwwksIbjua2LZCqhV1LNRDns=",
 39          "owner": "NixOS",
 40          "repo": "flake-compat",
 41          "rev": "5edf11c44bc78a0d334f6334cdaf7d60d732daab",
 42          "type": "github"
 43        },
 44        "original": {
 45          "owner": "NixOS",
 46          "repo": "flake-compat",
 47          "type": "github"
 48        }
 49      },
 50      "flake-utils": {
 51        "inputs": {
 52          "systems": "systems"
 53        },
 54        "locked": {
 55          "lastModified": 1731533236,
 56          "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
 57          "owner": "numtide",
 58          "repo": "flake-utils",
 59          "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
 60          "type": "github"
 61        },
 62        "original": {
 63          "owner": "numtide",
 64          "repo": "flake-utils",
 65          "type": "github"
 66        }
 67      },
 68      "git-hooks": {
 69        "inputs": {
 70          "flake-compat": "flake-compat",
 71          "gitignore": "gitignore",
 72          "nixpkgs": [
 73            "nixpkgs"
 74          ]
 75        },
 76        "locked": {
 77          "lastModified": 1770726378,
 78          "narHash": "sha256-kck+vIbGOaM/dHea7aTBxdFYpeUl/jHOy5W3eyRvVx8=",
 79          "owner": "cachix",
 80          "repo": "git-hooks.nix",
 81          "rev": "5eaaedde414f6eb1aea8b8525c466dc37bba95ae",
 82          "type": "github"
 83        },
 84        "original": {
 85          "owner": "cachix",
 86          "repo": "git-hooks.nix",
 87          "type": "github"
 88        }
 89      },
 90      "gitignore": {
 91        "inputs": {
 92          "nixpkgs": [
 93            "git-hooks",
 94            "nixpkgs"
 95          ]
 96        },
 97        "locked": {
 98          "lastModified": 1709087332,
 99          "narHash": "sha256-HG2cCnktfHsKV0s4XW83gU3F57gaTljL9KNSuG6bnQs=",
100          "owner": "hercules-ci",
101          "repo": "gitignore.nix",
102          "rev": "637db329424fd7e46cf4185293b9cc8c88c95394",
103          "type": "github"
104        },
105        "original": {
106          "owner": "hercules-ci",
107          "repo": "gitignore.nix",
108          "type": "github"
109        }
110      },
111      "nixpkgs-stable": {
112        "locked": {
113          "lastModified": 1771371298,
114          "narHash": "sha256-AudCpsjP7MfL1mAusLjyyiOz+SF+JujxWzoSAhjk+Og=",
115          "owner": "NixOS",
116          "repo": "nixpkgs",
117          "rev": "bf117123cd658283c5b5c587e59091168323ad61",
118          "type": "github"
119        },
120        "original": {
121          "owner": "NixOS",
122          "ref": "release-25.11",
123          "repo": "nixpkgs",
124          "type": "github"
125        }
126      },
127      "nixpkgs-unstable": {
128        "locked": {
129          "lastModified": 1771371298,
130          "narHash": "sha256-AudCpsjP7MfL1mAusLjyyiOz+SF+JujxWzoSAhjk+Og=",
131          "owner": "NixOS",
132          "repo": "nixpkgs",
133          "rev": "bf117123cd658283c5b5c587e59091168323ad61",
134          "type": "github"
135        },
136        "original": {
137          "owner": "NixOS",
138          "ref": "release-25.11",
139          "repo": "nixpkgs",
140          "type": "github"
141        }
142      },
143      "root": {
144        "inputs": {
145          "advisory-db": "advisory-db",
146          "crane": "crane",
147          "flake-utils": "flake-utils",
148          "git-hooks": "git-hooks",
149          "nixpkgs": [
150            "nixpkgs-stable"
151          ],
152          "nixpkgs-stable": "nixpkgs-stable",
153          "nixpkgs-unstable": "nixpkgs-unstable",
154          "rust-overlay": "rust-overlay"
155        }
156      },
157      "rust-overlay": {
158        "inputs": {
159          "nixpkgs": [
160            "nixpkgs"
161          ]
162        },
163        "locked": {
164          "lastModified": 1771384185,
165          "narHash": "sha256-KvmjUeA7uODwzbcQoN/B8DCZIbhT/Q/uErF1BBMcYnw=",
166          "owner": "oxalica",
167          "repo": "rust-overlay",
168          "rev": "23dd7fa91602a68bd04847ac41bc10af1e6e2fd2",
169          "type": "github"
170        },
171        "original": {
172          "owner": "oxalica",
173          "repo": "rust-overlay",
174          "type": "github"
175        }
176      },
177      "systems": {
178        "locked": {
179          "lastModified": 1681028828,
180          "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
181          "owner": "nix-systems",
182          "repo": "default",
183          "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
184          "type": "github"
185        },
186        "original": {
187          "owner": "nix-systems",
188          "repo": "default",
189          "type": "github"
190        }
191      }
192    },
193    "root": "root",
194    "version": 7
195  }