Advent of Code 2025 - Zig
at main 981 B view raw
1{ 2 "nodes": { 3 "nixpkgs": { 4 "locked": { 5 "lastModified": 1764517877, 6 "narHash": "sha256-pp3uT4hHijIC8JUK5MEqeAWmParJrgBVzHLNfJDZxg4=", 7 "owner": "NixOS", 8 "repo": "nixpkgs", 9 "rev": "2d293cbfa5a793b4c50d17c05ef9e385b90edf6c", 10 "type": "github" 11 }, 12 "original": { 13 "owner": "NixOS", 14 "ref": "nixos-unstable", 15 "repo": "nixpkgs", 16 "type": "github" 17 } 18 }, 19 "root": { 20 "inputs": { 21 "nixpkgs": "nixpkgs", 22 "systems": "systems" 23 } 24 }, 25 "systems": { 26 "locked": { 27 "lastModified": 1681028828, 28 "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", 29 "owner": "nix-systems", 30 "repo": "default", 31 "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", 32 "type": "github" 33 }, 34 "original": { 35 "id": "systems", 36 "type": "indirect" 37 } 38 } 39 }, 40 "root": "root", 41 "version": 7 42}