Generate flake.nix from module options. Discussions: https://oeiuwq.zulipchat.com/join/nqp26cd4kngon6mo3ncgnuap/ dendrix.oeiuwq.com/Dendritic.html
dendritic nix inputs
at v0.3.0 204 lines 5.2 kB view raw
1{ 2 "nodes": { 3 "devshell": { 4 "inputs": { 5 "nixpkgs": [ 6 "nixpkgs" 7 ] 8 }, 9 "locked": { 10 "lastModified": 1762521437, 11 "narHash": "sha256-RXN+lcx4DEn3ZS+LqEJSUu/HH+dwGvy0syN7hTo/Chg=", 12 "owner": "numtide", 13 "repo": "devshell", 14 "rev": "07bacc9531f5f4df6657c0a02a806443685f384a", 15 "type": "github" 16 }, 17 "original": { 18 "owner": "numtide", 19 "repo": "devshell", 20 "type": "github" 21 } 22 }, 23 "flake-file": { 24 "locked": { 25 "path": "..", 26 "type": "path" 27 }, 28 "original": { 29 "path": "..", 30 "type": "path" 31 }, 32 "parent": [] 33 }, 34 "flake-parts": { 35 "inputs": { 36 "nixpkgs-lib": [ 37 "nixpkgs-lib" 38 ] 39 }, 40 "locked": { 41 "lastModified": 1762980239, 42 "narHash": "sha256-8oNVE8TrD19ulHinjaqONf9QWCKK+w4url56cdStMpM=", 43 "owner": "hercules-ci", 44 "repo": "flake-parts", 45 "rev": "52a2caecc898d0b46b2b905f058ccc5081f842da", 46 "type": "github" 47 }, 48 "original": { 49 "owner": "hercules-ci", 50 "repo": "flake-parts", 51 "type": "github" 52 } 53 }, 54 "import-tree": { 55 "locked": { 56 "lastModified": 1763695721, 57 "narHash": "sha256-tMfN/JkwWJ129cXDW+lK2gUcjklJ+LpTHj9LlneJRXg=", 58 "owner": "vic", 59 "repo": "import-tree", 60 "rev": "ca69d64711265c68cf71f6c029ab9f1a55a767f8", 61 "type": "github" 62 }, 63 "original": { 64 "owner": "vic", 65 "repo": "import-tree", 66 "type": "github" 67 } 68 }, 69 "nix-auto-follow": { 70 "inputs": { 71 "nixpkgs": [ 72 "nixpkgs" 73 ] 74 }, 75 "locked": { 76 "lastModified": 1754073254, 77 "narHash": "sha256-CQp/v2HQ7AtGJQqFGRZLHt4MZAK3NF94I6GDaRyhbsc=", 78 "owner": "fzakaria", 79 "repo": "nix-auto-follow", 80 "rev": "5baa00b79d4cc46523da0b8b3532c5163d151be4", 81 "type": "github" 82 }, 83 "original": { 84 "owner": "fzakaria", 85 "repo": "nix-auto-follow", 86 "type": "github" 87 } 88 }, 89 "nix-github-actions": { 90 "inputs": { 91 "nixpkgs": [ 92 "nix-unit", 93 "nixpkgs" 94 ] 95 }, 96 "locked": { 97 "lastModified": 1737420293, 98 "narHash": "sha256-F1G5ifvqTpJq7fdkT34e/Jy9VCyzd5XfJ9TO8fHhJWE=", 99 "owner": "nix-community", 100 "repo": "nix-github-actions", 101 "rev": "f4158fa080ef4503c8f4c820967d946c2af31ec9", 102 "type": "github" 103 }, 104 "original": { 105 "owner": "nix-community", 106 "repo": "nix-github-actions", 107 "type": "github" 108 } 109 }, 110 "nix-unit": { 111 "inputs": { 112 "flake-parts": [ 113 "flake-parts" 114 ], 115 "nix-github-actions": "nix-github-actions", 116 "nixpkgs": [ 117 "nixpkgs" 118 ], 119 "treefmt-nix": [ 120 "treefmt-nix" 121 ] 122 }, 123 "locked": { 124 "lastModified": 1762774186, 125 "narHash": "sha256-hRADkHjNt41+JUHw2EiSkMaL4owL83g5ZppjYUdF/Dc=", 126 "owner": "nix-community", 127 "repo": "nix-unit", 128 "rev": "1c9ab50554eed0b768f9e5b6f646d63c9673f0f7", 129 "type": "github" 130 }, 131 "original": { 132 "owner": "nix-community", 133 "repo": "nix-unit", 134 "type": "github" 135 } 136 }, 137 "nixpkgs": { 138 "locked": { 139 "lastModified": 1770843696, 140 "narHash": "sha256-9SFCZkVcpDOV6unH5hVEy4+dB0rxMuUoBnDAO6vshac=", 141 "rev": "2343bbb58f99267223bc2aac4fc9ea301a155a16", 142 "type": "tarball", 143 "url": "https://releases.nixos.org/nixpkgs/nixpkgs-26.05pre944764.2343bbb58f99/nixexprs.tar.xz" 144 }, 145 "original": { 146 "type": "tarball", 147 "url": "https://channels.nixos.org/nixpkgs-unstable/nixexprs.tar.xz" 148 } 149 }, 150 "root": { 151 "inputs": { 152 "devshell": "devshell", 153 "flake-file": "flake-file", 154 "flake-parts": "flake-parts", 155 "import-tree": "import-tree", 156 "nix-auto-follow": "nix-auto-follow", 157 "nix-unit": "nix-unit", 158 "nixpkgs": "nixpkgs", 159 "nixpkgs-lib": [ 160 "nixpkgs" 161 ], 162 "systems": "systems", 163 "treefmt-nix": "treefmt-nix" 164 } 165 }, 166 "systems": { 167 "locked": { 168 "lastModified": 1681028828, 169 "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", 170 "owner": "nix-systems", 171 "repo": "default", 172 "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", 173 "type": "github" 174 }, 175 "original": { 176 "owner": "nix-systems", 177 "repo": "default", 178 "type": "github" 179 } 180 }, 181 "treefmt-nix": { 182 "inputs": { 183 "nixpkgs": [ 184 "nixpkgs" 185 ] 186 }, 187 "locked": { 188 "lastModified": 1762938485, 189 "narHash": "sha256-AlEObg0syDl+Spi4LsZIBrjw+snSVU4T8MOeuZJUJjM=", 190 "owner": "numtide", 191 "repo": "treefmt-nix", 192 "rev": "5b4ee75aeefd1e2d5a1cc43cf6ba65eba75e83e4", 193 "type": "github" 194 }, 195 "original": { 196 "owner": "numtide", 197 "repo": "treefmt-nix", 198 "type": "github" 199 } 200 } 201 }, 202 "root": "root", 203 "version": 7 204}