tools for building gleam projects with nix
at javascript 162 lines 4.4 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": 1758004879, 12 "narHash": "sha256-kV7tQzcNbmo58wg2uE2MQ/etaTx+PxBMHeNrLP8vOgk=", 13 "owner": "nix-community", 14 "repo": "fenix", 15 "rev": "07e5ce53dd020e6b337fdddc934561bee0698fa2", 16 "type": "github" 17 }, 18 "original": { 19 "owner": "nix-community", 20 "repo": "fenix", 21 "type": "github" 22 } 23 }, 24 "flake-compat": { 25 "flake": false, 26 "locked": { 27 "lastModified": 1751685974, 28 "narHash": "sha256-NKw96t+BgHIYzHUjkTK95FqYRVKB8DHpVhefWSz/kTw=", 29 "rev": "549f2762aebeff29a2e5ece7a7dc0f955281a1d1", 30 "type": "tarball", 31 "url": "https://git.lix.systems/api/v1/repos/lix-project/flake-compat/archive/549f2762aebeff29a2e5ece7a7dc0f955281a1d1.tar.gz?rev=549f2762aebeff29a2e5ece7a7dc0f955281a1d1" 32 }, 33 "original": { 34 "type": "tarball", 35 "url": "https://git.lix.systems/lix-project/flake-compat/archive/main.tar.gz" 36 } 37 }, 38 "flake-compat_2": { 39 "flake": false, 40 "locked": { 41 "lastModified": 1747046372, 42 "narHash": "sha256-CIVLLkVgvHYbgI2UpXvIIBJ12HWgX+fjA8Xf8PUmqCY=", 43 "owner": "edolstra", 44 "repo": "flake-compat", 45 "rev": "9100a0f413b0c601e0533d1d94ffd501ce2e7885", 46 "type": "github" 47 }, 48 "original": { 49 "owner": "edolstra", 50 "repo": "flake-compat", 51 "type": "github" 52 } 53 }, 54 "git-hooks": { 55 "inputs": { 56 "flake-compat": "flake-compat_2", 57 "gitignore": "gitignore", 58 "nixpkgs": [ 59 "nixpkgs" 60 ] 61 }, 62 "locked": { 63 "lastModified": 1757974173, 64 "narHash": "sha256-4DpXmct/2rcLgScT1CXOLr0TUeIlrBB1rnFqCOf5MUw=", 65 "owner": "cachix", 66 "repo": "git-hooks.nix", 67 "rev": "302af509428169db34f268324162712d10559f74", 68 "type": "github" 69 }, 70 "original": { 71 "owner": "cachix", 72 "repo": "git-hooks.nix", 73 "type": "github" 74 } 75 }, 76 "gitignore": { 77 "inputs": { 78 "nixpkgs": [ 79 "git-hooks", 80 "nixpkgs" 81 ] 82 }, 83 "locked": { 84 "lastModified": 1709087332, 85 "narHash": "sha256-HG2cCnktfHsKV0s4XW83gU3F57gaTljL9KNSuG6bnQs=", 86 "owner": "hercules-ci", 87 "repo": "gitignore.nix", 88 "rev": "637db329424fd7e46cf4185293b9cc8c88c95394", 89 "type": "github" 90 }, 91 "original": { 92 "owner": "hercules-ci", 93 "repo": "gitignore.nix", 94 "type": "github" 95 } 96 }, 97 "nixpkgs": { 98 "locked": { 99 "lastModified": 1757967192, 100 "narHash": "sha256-/aA9A/OBmnuOMgwfzdsXRusqzUpd8rQnQY8jtrHK+To=", 101 "owner": "NixOS", 102 "repo": "nixpkgs", 103 "rev": "0d7c15863b251a7a50265e57c1dca1a7add2e291", 104 "type": "github" 105 }, 106 "original": { 107 "owner": "NixOS", 108 "ref": "nixpkgs-unstable", 109 "repo": "nixpkgs", 110 "type": "github" 111 } 112 }, 113 "root": { 114 "inputs": { 115 "fenix": "fenix", 116 "flake-compat": "flake-compat", 117 "git-hooks": "git-hooks", 118 "nixpkgs": "nixpkgs", 119 "treefmt-nix": "treefmt-nix" 120 } 121 }, 122 "rust-analyzer-src": { 123 "flake": false, 124 "locked": { 125 "lastModified": 1757362324, 126 "narHash": "sha256-/PAhxheUq4WBrW5i/JHzcCqK5fGWwLKdH6/Lu1tyS18=", 127 "owner": "rust-lang", 128 "repo": "rust-analyzer", 129 "rev": "9edc9cbe5d8e832b5864e09854fa94861697d2fd", 130 "type": "github" 131 }, 132 "original": { 133 "owner": "rust-lang", 134 "ref": "nightly", 135 "repo": "rust-analyzer", 136 "type": "github" 137 } 138 }, 139 "treefmt-nix": { 140 "inputs": { 141 "nixpkgs": [ 142 "nixpkgs" 143 ] 144 }, 145 "locked": { 146 "lastModified": 1756662192, 147 "narHash": "sha256-F1oFfV51AE259I85av+MAia221XwMHCOtZCMcZLK2Jk=", 148 "owner": "numtide", 149 "repo": "treefmt-nix", 150 "rev": "1aabc6c05ccbcbf4a635fb7a90400e44282f61c4", 151 "type": "github" 152 }, 153 "original": { 154 "owner": "numtide", 155 "repo": "treefmt-nix", 156 "type": "github" 157 } 158 } 159 }, 160 "root": "root", 161 "version": 7 162}