cleanroom implementation of a chess engine. doesn't work :)
at trunk 4.1 kB view raw
1{ 2 "nodes": { 3 "fenix": { 4 "inputs": { 5 "nixpkgs": [ 6 "nixpkgs" 7 ], 8 "rust-analyzer-src": "rust-analyzer-src" 9 }, 10 "locked": { 11 "lastModified": 1751784058, 12 "narHash": "sha256-0WteTl/CqlYNEYQZFW76r9Y5/F4qVoX7Z5QIK0pErCM=", 13 "owner": "nix-community", 14 "repo": "fenix", 15 "rev": "632549aad97975cbcdf19d0cf291e5d107208e51", 16 "type": "github" 17 }, 18 "original": { 19 "owner": "nix-community", 20 "repo": "fenix", 21 "type": "github" 22 } 23 }, 24 "fenix_2": { 25 "inputs": { 26 "nixpkgs": [ 27 "naersk", 28 "nixpkgs" 29 ], 30 "rust-analyzer-src": "rust-analyzer-src_2" 31 }, 32 "locked": { 33 "lastModified": 1752475459, 34 "narHash": "sha256-z6QEu4ZFuHiqdOPbYss4/Q8B0BFhacR8ts6jO/F/aOU=", 35 "owner": "nix-community", 36 "repo": "fenix", 37 "rev": "bf0d6f70f4c9a9cf8845f992105652173f4b617f", 38 "type": "github" 39 }, 40 "original": { 41 "owner": "nix-community", 42 "repo": "fenix", 43 "type": "github" 44 } 45 }, 46 "flake-utils": { 47 "inputs": { 48 "systems": "systems" 49 }, 50 "locked": { 51 "lastModified": 1731533236, 52 "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=", 53 "owner": "numtide", 54 "repo": "flake-utils", 55 "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b", 56 "type": "github" 57 }, 58 "original": { 59 "owner": "numtide", 60 "repo": "flake-utils", 61 "type": "github" 62 } 63 }, 64 "naersk": { 65 "inputs": { 66 "fenix": "fenix_2", 67 "nixpkgs": [ 68 "nixpkgs" 69 ] 70 }, 71 "locked": { 72 "lastModified": 1752689277, 73 "narHash": "sha256-uldUBFkZe/E7qbvxa3mH1ItrWZyT6w1dBKJQF/3ZSsc=", 74 "owner": "nix-community", 75 "repo": "naersk", 76 "rev": "0e72363d0938b0208d6c646d10649164c43f4d64", 77 "type": "github" 78 }, 79 "original": { 80 "owner": "nix-community", 81 "repo": "naersk", 82 "type": "github" 83 } 84 }, 85 "nixpkgs": { 86 "locked": { 87 "lastModified": 1751741127, 88 "narHash": "sha256-t75Shs76NgxjZSgvvZZ9qOmz5zuBE8buUaYD28BMTxg=", 89 "owner": "NixOS", 90 "repo": "nixpkgs", 91 "rev": "29e290002bfff26af1db6f64d070698019460302", 92 "type": "github" 93 }, 94 "original": { 95 "owner": "NixOS", 96 "ref": "nixos-25.05", 97 "repo": "nixpkgs", 98 "type": "github" 99 } 100 }, 101 "root": { 102 "inputs": { 103 "fenix": "fenix", 104 "flake-utils": "flake-utils", 105 "naersk": "naersk", 106 "nixpkgs": "nixpkgs" 107 } 108 }, 109 "rust-analyzer-src": { 110 "flake": false, 111 "locked": { 112 "lastModified": 1751744599, 113 "narHash": "sha256-amKNucbl2FvRKnyAzkvsxwCJlywA+f1ImF3Myg4SUME=", 114 "owner": "rust-lang", 115 "repo": "rust-analyzer", 116 "rev": "2d518c73d9a9de0dc96d013db7fd98b964f3a7de", 117 "type": "github" 118 }, 119 "original": { 120 "owner": "rust-lang", 121 "ref": "nightly", 122 "repo": "rust-analyzer", 123 "type": "github" 124 } 125 }, 126 "rust-analyzer-src_2": { 127 "flake": false, 128 "locked": { 129 "lastModified": 1752428706, 130 "narHash": "sha256-EJcdxw3aXfP8Ex1Nm3s0awyH9egQvB2Gu+QEnJn2Sfg=", 131 "owner": "rust-lang", 132 "repo": "rust-analyzer", 133 "rev": "591e3b7624be97e4443ea7b5542c191311aa141d", 134 "type": "github" 135 }, 136 "original": { 137 "owner": "rust-lang", 138 "ref": "nightly", 139 "repo": "rust-analyzer", 140 "type": "github" 141 } 142 }, 143 "systems": { 144 "locked": { 145 "lastModified": 1681028828, 146 "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", 147 "owner": "nix-systems", 148 "repo": "default", 149 "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", 150 "type": "github" 151 }, 152 "original": { 153 "owner": "nix-systems", 154 "repo": "default", 155 "type": "github" 156 } 157 } 158 }, 159 "root": "root", 160 "version": 7 161}