garnet/flake.lock

170 lines
4.4 KiB
Plaintext
Raw Permalink Normal View History

2026-02-17 14:57:34 +00:00
{
"nodes": {
"crane": {
"locked": {
2026-02-19 14:01:15 +00:00
"lastModified": 1771438068,
"narHash": "sha256-nGBbXvEZVe/egCPVPFcu89RFtd8Rf6J+4RFoVCFec0A=",
2026-02-17 14:57:34 +00:00
"owner": "ipetkov",
"repo": "crane",
2026-02-19 14:01:15 +00:00
"rev": "b5090e53e9d68c523a4bb9ad42b4737ee6747597",
2026-02-17 14:57:34 +00:00
"type": "github"
},
"original": {
"owner": "ipetkov",
"repo": "crane",
"type": "github"
}
},
"flake-utils": {
"inputs": {
"systems": "systems"
},
"locked": {
"lastModified": 1731533236,
"narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"hls-src": {
2026-02-17 14:57:34 +00:00
"flake": false,
"locked": {
"lastModified": 1768552477,
"narHash": "sha256-Y4XVuyJZnZ++u+wSHlz7xnN9+nk29csahnXDC0QMiGM=",
"owner": "haskell",
"repo": "haskell-language-server",
"rev": "d744a66a853c287e671e06e62f2a58dd8e7a86d9",
"type": "github"
},
"original": {
"owner": "haskell",
"ref": "2.13.0.0",
"repo": "haskell-language-server",
"type": "github"
}
},
"hs-bindgen-src": {
2026-02-17 14:57:34 +00:00
"flake": false,
"locked": {
"lastModified": 1773399083,
"narHash": "sha256-oF6E1/zRZ4iiZs9QjtQMvHnLMfq/W6CXOX44QbDGYXs=",
"owner": "well-typed",
"repo": "hs-bindgen",
"rev": "6ca94188abd756a1fb4dd8a4037de3fa7dca0765",
2026-02-17 14:57:34 +00:00
"type": "github"
},
"original": {
"owner": "well-typed",
"repo": "hs-bindgen",
"rev": "6ca94188abd756a1fb4dd8a4037de3fa7dca0765",
2026-02-17 14:57:34 +00:00
"type": "github"
}
},
"libclang-src": {
2026-02-17 14:57:34 +00:00
"flake": false,
"locked": {
"lastModified": 1773221966,
"narHash": "sha256-VPG7jKdq2g/Hwf5cPiy4coAvLULxDeA4KHCVkNSSs5w=",
"owner": "well-typed",
"repo": "libclang",
"rev": "d6e482df49b88375cf3075928a78ee86c2a068d4",
2026-02-17 14:57:34 +00:00
"type": "github"
},
"original": {
"owner": "well-typed",
"repo": "libclang",
"rev": "d6e482df49b88375cf3075928a78ee86c2a068d4",
2026-02-17 14:57:34 +00:00
"type": "github"
}
},
"nix-haskell": {
"inputs": {
"nixpkgs": "nixpkgs"
2026-02-17 14:57:34 +00:00
},
"locked": {
"lastModified": 1774311314,
"narHash": "sha256-sxoNFlpTaBnnQerzQ2LTByXPpR37M4pHnhZmzq+9440=",
"owner": "reflex-frp",
"repo": "nix-haskell",
"rev": "85d89f1cc2f591ff6be35e1f112c8ee912fba7bb",
2026-02-17 14:57:34 +00:00
"type": "github"
},
"original": {
"owner": "reflex-frp",
"repo": "nix-haskell",
2026-02-17 14:57:34 +00:00
"type": "github"
}
},
"nixpkgs": {
2026-02-17 14:57:34 +00:00
"locked": {
"lastModified": 1773840656,
"narHash": "sha256-9tpvMGFteZnd3gRQZFlRCohVpqooygFuy9yjuyRL2C0=",
2026-02-17 14:57:34 +00:00
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "9cf7092bdd603554bd8b63c216e8943cf9b12512",
2026-02-17 14:57:34 +00:00
"type": "github"
},
"original": {
"id": "nixpkgs",
"type": "indirect"
2026-02-17 14:57:34 +00:00
}
},
"root": {
"inputs": {
"crane": "crane",
"flake-utils": "flake-utils",
"hls-src": "hls-src",
"hs-bindgen-src": "hs-bindgen-src",
"libclang-src": "libclang-src",
"nix-haskell": "nix-haskell",
2026-02-17 14:57:34 +00:00
"rust-overlay": "rust-overlay"
}
},
"rust-overlay": {
"inputs": {
"nixpkgs": [
"nix-haskell",
2026-02-17 14:57:34 +00:00
"nixpkgs"
]
},
"locked": {
2026-02-19 14:01:15 +00:00
"lastModified": 1771470520,
"narHash": "sha256-PvytHcaYN5cPUll7FB70mXv1rRsIBRmu47fFfq3haxA=",
2026-02-17 14:57:34 +00:00
"owner": "oxalica",
"repo": "rust-overlay",
2026-02-19 14:01:15 +00:00
"rev": "a1d4cc1f264c45d3745af0d2ca5e59d460e58777",
2026-02-17 14:57:34 +00:00
"type": "github"
},
"original": {
"owner": "oxalica",
"repo": "rust-overlay",
"type": "github"
}
},
"systems": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
}
},
"root": "root",
"version": 7
}