Advent of Code solutions
at main 131 lines 3.4 kB view raw
1{ 2 "nodes": { 3 "crane": { 4 "locked": { 5 "lastModified": 1765145449, 6 "narHash": "sha256-aBVHGWWRzSpfL++LubA0CwOOQ64WNLegrYHwsVuVN7A=", 7 "owner": "ipetkov", 8 "repo": "crane", 9 "rev": "69f538cdce5955fcd47abfed4395dc6d5194c1c5", 10 "type": "github" 11 }, 12 "original": { 13 "owner": "ipetkov", 14 "repo": "crane", 15 "type": "github" 16 } 17 }, 18 "fenix": { 19 "inputs": { 20 "nixpkgs": "nixpkgs", 21 "rust-analyzer-src": "rust-analyzer-src" 22 }, 23 "locked": { 24 "lastModified": 1765252472, 25 "narHash": "sha256-byMt/uMi7DJ8tRniFopDFZMO3leSjGp6GS4zWOFT+uQ=", 26 "owner": "nix-community", 27 "repo": "fenix", 28 "rev": "8456b985f6652e3eef0632ee9992b439735c5544", 29 "type": "github" 30 }, 31 "original": { 32 "owner": "nix-community", 33 "repo": "fenix", 34 "type": "github" 35 } 36 }, 37 "flakelight": { 38 "inputs": { 39 "nixpkgs": "nixpkgs_2" 40 }, 41 "locked": { 42 "lastModified": 1765198385, 43 "narHash": "sha256-pFzfw2g98QdI69IUueBWx/peDG+HGnToelHXHS82p/8=", 44 "owner": "nix-community", 45 "repo": "flakelight", 46 "rev": "b6028a5af905d29cfc20fa80e0eac915c840f9a8", 47 "type": "github" 48 }, 49 "original": { 50 "owner": "nix-community", 51 "repo": "flakelight", 52 "type": "github" 53 } 54 }, 55 "nixpkgs": { 56 "locked": { 57 "lastModified": 1764950072, 58 "narHash": "sha256-BmPWzogsG2GsXZtlT+MTcAWeDK5hkbGRZTeZNW42fwA=", 59 "owner": "nixos", 60 "repo": "nixpkgs", 61 "rev": "f61125a668a320878494449750330ca58b78c557", 62 "type": "github" 63 }, 64 "original": { 65 "owner": "nixos", 66 "ref": "nixos-unstable", 67 "repo": "nixpkgs", 68 "type": "github" 69 } 70 }, 71 "nixpkgs_2": { 72 "locked": { 73 "lastModified": 1764950072, 74 "narHash": "sha256-BmPWzogsG2GsXZtlT+MTcAWeDK5hkbGRZTeZNW42fwA=", 75 "owner": "NixOS", 76 "repo": "nixpkgs", 77 "rev": "f61125a668a320878494449750330ca58b78c557", 78 "type": "github" 79 }, 80 "original": { 81 "owner": "NixOS", 82 "ref": "nixos-unstable", 83 "repo": "nixpkgs", 84 "type": "github" 85 } 86 }, 87 "nixpkgs_3": { 88 "locked": { 89 "lastModified": 1764947035, 90 "narHash": "sha256-EYHSjVM4Ox4lvCXUMiKKs2vETUSL5mx+J2FfutM7T9w=", 91 "owner": "nixos", 92 "repo": "nixpkgs", 93 "rev": "a672be65651c80d3f592a89b3945466584a22069", 94 "type": "github" 95 }, 96 "original": { 97 "owner": "nixos", 98 "ref": "nixpkgs-unstable", 99 "repo": "nixpkgs", 100 "type": "github" 101 } 102 }, 103 "root": { 104 "inputs": { 105 "crane": "crane", 106 "fenix": "fenix", 107 "flakelight": "flakelight", 108 "nixpkgs": "nixpkgs_3" 109 } 110 }, 111 "rust-analyzer-src": { 112 "flake": false, 113 "locked": { 114 "lastModified": 1765120009, 115 "narHash": "sha256-nG76b87rkaDzibWbnB5bYDm6a52b78A+fpm+03pqYIw=", 116 "owner": "rust-lang", 117 "repo": "rust-analyzer", 118 "rev": "5e3e9c4e61bba8a5e72134b9ffefbef8f531d008", 119 "type": "github" 120 }, 121 "original": { 122 "owner": "rust-lang", 123 "ref": "nightly", 124 "repo": "rust-analyzer", 125 "type": "github" 126 } 127 } 128 }, 129 "root": "root", 130 "version": 7 131}