a flake module to ease creating and managing multiple hosts in your nix flake.
at main 57 lines 1.4 kB view raw
1{ 2 "nodes": { 3 "easy-hosts": { 4 "locked": { 5 "path": "../.", 6 "type": "path" 7 }, 8 "original": { 9 "path": "../.", 10 "type": "path" 11 }, 12 "parent": [] 13 }, 14 "flake-parts": { 15 "inputs": { 16 "nixpkgs-lib": [ 17 "nixpkgs" 18 ] 19 }, 20 "locked": { 21 "lastModified": 1754091436, 22 "narHash": "sha256-XKqDMN1/Qj1DKivQvscI4vmHfDfvYR2pfuFOJiCeewM=", 23 "owner": "hercules-ci", 24 "repo": "flake-parts", 25 "rev": "67df8c627c2c39c41dbec76a1f201929929ab0bd", 26 "type": "github" 27 }, 28 "original": { 29 "owner": "hercules-ci", 30 "repo": "flake-parts", 31 "type": "github" 32 } 33 }, 34 "nixpkgs": { 35 "locked": { 36 "lastModified": 315532800, 37 "narHash": "sha256-OkdcTURtC+o0elH57msXb5k9K5/kVw9t5YLwT/cixP8=", 38 "rev": "cab778239e705082fe97bb4990e0d24c50924c04", 39 "type": "tarball", 40 "url": "https://releases.nixos.org/nixpkgs/nixpkgs-25.11pre839900.cab778239e70/nixexprs.tar.xz" 41 }, 42 "original": { 43 "type": "tarball", 44 "url": "https://channels.nixos.org/nixpkgs-unstable/nixexprs.tar.xz" 45 } 46 }, 47 "root": { 48 "inputs": { 49 "easy-hosts": "easy-hosts", 50 "flake-parts": "flake-parts", 51 "nixpkgs": "nixpkgs" 52 } 53 } 54 }, 55 "root": "root", 56 "version": 7 57}