diff options
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 101 |
1 files changed, 101 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..8e279a7 --- /dev/null +++ b/flake.lock @@ -0,0 +1,101 @@ +{ + "nodes": { + "flake-parts": { + "inputs": { + "nixpkgs-lib": "nixpkgs-lib" + }, + "locked": { + "lastModified": 1769996383, + "narHash": "sha256-AnYjnFWgS49RlqX7LrC4uA+sCCDBj0Ry/WOJ5XWAsa0=", + "owner": "hercules-ci", + "repo": "flake-parts", + "rev": "57928607ea566b5db3ad13af0e57e921e6b12381", + "type": "github" + }, + "original": { + "owner": "hercules-ci", + "repo": "flake-parts", + "type": "github" + } + }, + "hs-bindgen": { + "inputs": { + "flake-parts": "flake-parts", + "libclang-bindings-src": "libclang-bindings-src", + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1774599157, + "narHash": "sha256-jgV67xhWzxMwyiyy5RPtu+VQvGTt+FoMXCWJcZ7lczY=", + "owner": "well-typed", + "repo": "hs-bindgen", + "rev": "3c4af10590d0d09e825a9735e9a03d7f60914e21", + "type": "github" + }, + "original": { + "owner": "well-typed", + "ref": "release-0.1-alpha2", + "repo": "hs-bindgen", + "type": "github" + } + }, + "libclang-bindings-src": { + "flake": false, + "locked": { + "lastModified": 1774015466, + "narHash": "sha256-tYPETZy3OXLe6IMLajXxmHyCn9Pzwp8rQ5mpldL4vfY=", + "owner": "well-typed", + "repo": "libclang", + "rev": "607cdbcbcfeb2b1e2f49cb75076213051cb80e97", + "type": "github" + }, + "original": { + "owner": "well-typed", + "repo": "libclang", + "rev": "607cdbcbcfeb2b1e2f49cb75076213051cb80e97", + "type": "github" + } + }, + "nixpkgs": { + "locked": { + "lastModified": 1776949667, + "narHash": "sha256-GMSVw35Q+294GlrTUKlx087E31z7KurReQ1YHSKp5iw=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "01fbdeef22b76df85ea168fbfe1bfd9e63681b30", + "type": "github" + }, + "original": { + "owner": "nixos", + "ref": "nixpkgs-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs-lib": { + "locked": { + "lastModified": 1769909678, + "narHash": "sha256-cBEymOf4/o3FD5AZnzC3J9hLbiZ+QDT/KDuyHXVJOpM=", + "owner": "nix-community", + "repo": "nixpkgs.lib", + "rev": "72716169fe93074c333e8d0173151350670b824c", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "nixpkgs.lib", + "type": "github" + } + }, + "root": { + "inputs": { + "hs-bindgen": "hs-bindgen", + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +} |
