diff options
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 95 |
1 files changed, 91 insertions, 4 deletions
@@ -1,12 +1,98 @@ { "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": 1765270179, - "narHash": "sha256-g2a4MhRKu4ymR4xwo+I+auTknXt/+j37Lnf0Mvfl1rE=", + "lastModified": 1764947035, + "narHash": "sha256-EYHSjVM4Ox4lvCXUMiKKs2vETUSL5mx+J2FfutM7T9w=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "677fbe97984e7af3175b6c121f3c39ee5c8d62c9", + "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": { @@ -17,7 +103,8 @@ }, "root": { "inputs": { - "nixpkgs": "nixpkgs" + "hs-bindgen": "hs-bindgen", + "nixpkgs": "nixpkgs_2" } } }, |
