diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2024-05-26 11:01:22 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2024-05-26 11:01:22 -0700 |
| commit | bdab4cfd4dcff5e45c14af8ebf8f1c795b1ac01a (patch) | |
| tree | 892575b5894372e1e72c81f70c6769b5ca28841a /flake.lock | |
| parent | 3b2b83c2fee20561b058cf1480c160027a45f6e7 (diff) | |
| download | hsc-main.tar.zst | |
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..90b1e99 --- /dev/null +++ b/flake.lock @@ -0,0 +1,60 @@ +{ + "nodes": { + "flake-utils": { + "inputs": { + "systems": "systems" + }, + "locked": { + "lastModified": 1710146030, + "narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "nixpkgs": { + "locked": { + "lastModified": 1716742570, + "narHash": "sha256-afec5yPfTTlgObUaAPkI8/UU94YoIyApfFIQ9Sm5gx0=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "0c415dbace0ef240d0ea82343b0bb1414bc87fc4", + "type": "github" + }, + "original": { + "owner": "NixOS", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "flake-utils": "flake-utils", + "nixpkgs": "nixpkgs" + } + }, + "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 +} |
