/ flake.lock
flake.lock
1 { 2 "nodes": { 3 "crane": { 4 "locked": { 5 "lastModified": 1754269165, 6 "narHash": "sha256-0tcS8FHd4QjbCVoxN9jI+PjHgA4vc/IjkUSp+N3zy0U=", 7 "owner": "ipetkov", 8 "repo": "crane", 9 "rev": "444e81206df3f7d92780680e45858e31d2f07a08", 10 "type": "github" 11 }, 12 "original": { 13 "owner": "ipetkov", 14 "repo": "crane", 15 "type": "github" 16 } 17 }, 18 "flake-compat": { 19 "flake": false, 20 "locked": { 21 "lastModified": 1747046372, 22 "narHash": "sha256-CIVLLkVgvHYbgI2UpXvIIBJ12HWgX+fjA8Xf8PUmqCY=", 23 "owner": "edolstra", 24 "repo": "flake-compat", 25 "rev": "9100a0f413b0c601e0533d1d94ffd501ce2e7885", 26 "type": "github" 27 }, 28 "original": { 29 "owner": "edolstra", 30 "repo": "flake-compat", 31 "type": "github" 32 } 33 }, 34 "flake-utils": { 35 "inputs": { 36 "systems": "systems" 37 }, 38 "locked": { 39 "lastModified": 1731533236, 40 "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=", 41 "owner": "numtide", 42 "repo": "flake-utils", 43 "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b", 44 "type": "github" 45 }, 46 "original": { 47 "owner": "numtide", 48 "repo": "flake-utils", 49 "type": "github" 50 } 51 }, 52 "git-commit-hooks": { 53 "inputs": { 54 "flake-compat": "flake-compat", 55 "gitignore": "gitignore", 56 "nixpkgs": "nixpkgs" 57 }, 58 "locked": { 59 "lastModified": 1754416808, 60 "narHash": "sha256-c6yg0EQ9xVESx6HGDOCMcyRSjaTpNJP10ef+6fRcofA=", 61 "owner": "cachix", 62 "repo": "git-hooks.nix", 63 "rev": "9c52372878df6911f9afc1e2a1391f55e4dfc864", 64 "type": "github" 65 }, 66 "original": { 67 "owner": "cachix", 68 "repo": "git-hooks.nix", 69 "type": "github" 70 } 71 }, 72 "gitignore": { 73 "inputs": { 74 "nixpkgs": [ 75 "git-commit-hooks", 76 "nixpkgs" 77 ] 78 }, 79 "locked": { 80 "lastModified": 1709087332, 81 "narHash": "sha256-HG2cCnktfHsKV0s4XW83gU3F57gaTljL9KNSuG6bnQs=", 82 "owner": "hercules-ci", 83 "repo": "gitignore.nix", 84 "rev": "637db329424fd7e46cf4185293b9cc8c88c95394", 85 "type": "github" 86 }, 87 "original": { 88 "owner": "hercules-ci", 89 "repo": "gitignore.nix", 90 "type": "github" 91 } 92 }, 93 "nixpkgs": { 94 "locked": { 95 "lastModified": 1754340878, 96 "narHash": "sha256-lgmUyVQL9tSnvvIvBp7x1euhkkCho7n3TMzgjdvgPoU=", 97 "owner": "NixOS", 98 "repo": "nixpkgs", 99 "rev": "cab778239e705082fe97bb4990e0d24c50924c04", 100 "type": "github" 101 }, 102 "original": { 103 "owner": "NixOS", 104 "ref": "nixpkgs-unstable", 105 "repo": "nixpkgs", 106 "type": "github" 107 } 108 }, 109 "nixpkgs_2": { 110 "locked": { 111 "lastModified": 1755027561, 112 "narHash": "sha256-IVft239Bc8p8Dtvf7UAACMG5P3ZV+3/aO28gXpGtMXI=", 113 "owner": "nixos", 114 "repo": "nixpkgs", 115 "rev": "005433b926e16227259a1843015b5b2b7f7d1fc3", 116 "type": "github" 117 }, 118 "original": { 119 "owner": "nixos", 120 "ref": "nixos-unstable", 121 "repo": "nixpkgs", 122 "type": "github" 123 } 124 }, 125 "nixpkgs_3": { 126 "locked": { 127 "lastModified": 1744536153, 128 "narHash": "sha256-awS2zRgF4uTwrOKwwiJcByDzDOdo3Q1rPZbiHQg/N38=", 129 "owner": "NixOS", 130 "repo": "nixpkgs", 131 "rev": "18dd725c29603f582cf1900e0d25f9f1063dbf11", 132 "type": "github" 133 }, 134 "original": { 135 "owner": "NixOS", 136 "ref": "nixpkgs-unstable", 137 "repo": "nixpkgs", 138 "type": "github" 139 } 140 }, 141 "root": { 142 "inputs": { 143 "crane": "crane", 144 "flake-utils": "flake-utils", 145 "git-commit-hooks": "git-commit-hooks", 146 "nixpkgs": "nixpkgs_2", 147 "rust-overlay": "rust-overlay" 148 } 149 }, 150 "rust-overlay": { 151 "inputs": { 152 "nixpkgs": "nixpkgs_3" 153 }, 154 "locked": { 155 "lastModified": 1755052812, 156 "narHash": "sha256-Tjw2YP7Hz8+ibE8wJ+Ps65vh1lzAe5ozmoo9sdQ7rGg=", 157 "owner": "oxalica", 158 "repo": "rust-overlay", 159 "rev": "433023cba5f4fa66b8b0fdbb8f91d420c9cc2527", 160 "type": "github" 161 }, 162 "original": { 163 "owner": "oxalica", 164 "repo": "rust-overlay", 165 "type": "github" 166 } 167 }, 168 "systems": { 169 "locked": { 170 "lastModified": 1681028828, 171 "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", 172 "owner": "nix-systems", 173 "repo": "default", 174 "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", 175 "type": "github" 176 }, 177 "original": { 178 "owner": "nix-systems", 179 "repo": "default", 180 "type": "github" 181 } 182 } 183 }, 184 "root": "root", 185 "version": 7 186 }