diff options
| author | Fuwn <[email protected]> | 2024-09-30 02:34:59 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-30 02:34:59 +0000 |
| commit | d8dbcc4ed9dccb3c08fa0c15b10bdc9625c3c181 (patch) | |
| tree | f190033d181b27639ed49b66c8088d58477425cb /flake.lock | |
| parent | build(docker): add simple build.ninja for Dockerfile (diff) | |
| download | maple-d8dbcc4ed9dccb3c08fa0c15b10bdc9625c3c181.tar.xz maple-d8dbcc4ed9dccb3c08fa0c15b10bdc9625c3c181.zip | |
chore(nix): set up flake
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 80 |
1 files changed, 80 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..55d28d1 --- /dev/null +++ b/flake.lock @@ -0,0 +1,80 @@ +{ + "nodes": { + "flake-compat": { + "flake": false, + "locked": { + "lastModified": 1696426674, + "narHash": "sha256-kvjfFW7WAETZlt09AgDn1MrtKzP7t90Vf7vypd3OL1U=", + "owner": "edolstra", + "repo": "flake-compat", + "rev": "0f9255e01c2351cc7d116c072cb317785dd33b33", + "type": "github" + }, + "original": { + "owner": "edolstra", + "repo": "flake-compat", + "type": "github" + } + }, + "flake-utils": { + "inputs": { + "systems": [ + "systems" + ] + }, + "locked": { + "lastModified": 1726560853, + "narHash": "sha256-X6rJYSESBVr3hBoH0WbKE5KvhPU5bloyZ2L4K60/fPQ=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "c1dfcf08411b08f6b8615f7d8971a2bfa81d5e8a", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "nixpkgs": { + "locked": { + "lastModified": 1727653192, + "narHash": "sha256-YBIXvJOLKU1FIQM0fB5lBLT1CoPpMCn03vHyNsVFXZ4=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "c6f2346239c6f6abdc8befcb2a10759083c85f5d", + "type": "github" + }, + "original": { + "owner": "NixOS", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "flake-compat": "flake-compat", + "flake-utils": "flake-utils", + "nixpkgs": "nixpkgs", + "systems": "systems" + } + }, + "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 +} |