diff options
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 113 |
1 files changed, 113 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..c21ad65 --- /dev/null +++ b/flake.lock @@ -0,0 +1,113 @@ +{ + "nodes": { + "flake-parts": { + "inputs": { + "nixpkgs-lib": "nixpkgs-lib" + }, + "locked": { + "lastModified": 1763759067, + "narHash": "sha256-LlLt2Jo/gMNYAwOgdRQBrsRoOz7BPRkzvNaI/fzXi2Q=", + "owner": "hercules-ci", + "repo": "flake-parts", + "rev": "2cccadc7357c0ba201788ae99c4dfa90728ef5e0", + "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": 1765888948, + "narHash": "sha256-rgGAUQVfJ0sKXm9bzh7XIJUHh/JkEsz/LX6k8aCKeD4=", + "owner": "well-typed", + "repo": "hs-bindgen", + "rev": "fd74e8fa4216eccd67069ec9d8637b57000ffc83", + "type": "github" + }, + "original": { + "owner": "well-typed", + "repo": "hs-bindgen", + "rev": "fd74e8fa4216eccd67069ec9d8637b57000ffc83", + "type": "github" + } + }, + "libclang-bindings-src": { + "flake": false, + "locked": { + "lastModified": 1765293798, + "narHash": "sha256-fZvyZo5emD1W5LwrIg2zTUYE9StRh3xF8TcuXjzKIAk=", + "owner": "well-typed", + "repo": "libclang", + "rev": "b8305bd9c3e8e8f63d6f415553388be7f233ef45", + "type": "github" + }, + "original": { + "owner": "well-typed", + "repo": "libclang", + "type": "github" + } + }, + "nixpkgs": { + "locked": { + "lastModified": 1764947035, + "narHash": "sha256-EYHSjVM4Ox4lvCXUMiKKs2vETUSL5mx+J2FfutM7T9w=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "a672be65651c80d3f592a89b3945466584a22069", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixpkgs-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs-lib": { + "locked": { + "lastModified": 1761765539, + "narHash": "sha256-b0yj6kfvO8ApcSE+QmA6mUfu8IYG6/uU28OFn4PaC8M=", + "owner": "nix-community", + "repo": "nixpkgs.lib", + "rev": "719359f4562934ae99f5443f20aa06c2ffff91fc", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "nixpkgs.lib", + "type": "github" + } + }, + "nixpkgs_2": { + "locked": { + "lastModified": 1765772535, + "narHash": "sha256-aq+dQoaPONOSjtFIBnAXseDm9TUhIbe215TPmkfMYww=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "09b8fda8959d761445f12b55f380d90375a1d6bb", + "type": "github" + }, + "original": { + "id": "nixpkgs", + "ref": "nixpkgs-unstable", + "type": "indirect" + } + }, + "root": { + "inputs": { + "hs-bindgen": "hs-bindgen", + "nixpkgs": "nixpkgs_2" + } + } + }, + "root": "root", + "version": 7 +} |
