This commit is contained in:
GHOSCHT 2024-05-14 20:12:10 +02:00
parent 0d7dc6a4f5
commit 6104b9c6a5
Signed by: ghoscht
GPG key ID: 2C2C1C62A5388E82

View file

@ -1,42 +1,131 @@
{ {
"nodes": { "nodes": {
"nh": { "flake-parts": {
"inputs": { "inputs": {
"nixpkgs": [ "nixpkgs-lib": "nixpkgs-lib"
"nixpkgs"
]
}, },
"locked": { "locked": {
"lastModified": 1714905986, "lastModified": 1706830856,
"narHash": "sha256-Vj7iFkLrd7MDeeMVVol5uHTcaLwDq4a3vNx+6Sy1FLU=", "narHash": "sha256-a0NYyp+h9hlb7ddVz4LUn1vT/PLwqfrWYcHMvFB1xYg=",
"owner": "viperml", "owner": "hercules-ci",
"repo": "nh", "repo": "flake-parts",
"rev": "127a23c82aa41091e97466092d2547c08c2a9a9d", "rev": "b253292d9c0a5ead9bc98c4e9a26c6312e27d69f",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "viperml", "owner": "hercules-ci",
"repo": "nh", "repo": "flake-parts",
"type": "github" "type": "github"
} }
}, },
"heliox-cli": {
"inputs": {
"flake-parts": "flake-parts",
"nixpkgs": "nixpkgs",
"systems": "systems",
"treefmt-nix": "treefmt-nix"
},
"locked": {
"lastModified": 1714386447,
"narHash": "sha256-2A6pXum0LKwgZZ7Vyz9ZgQ7IBXBoDcMx6MlDPBATNZM=",
"ref": "custom-dimming",
"rev": "374d228ed9ab67fe3a2d9d2d2f3addede4770318",
"revCount": 9,
"type": "git",
"url": "https://git.ghoscht.com/heliox/cli"
},
"original": {
"ref": "custom-dimming",
"type": "git",
"url": "https://git.ghoscht.com/heliox/cli"
}
},
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1714409183, "lastModified": 1706732774,
"narHash": "sha256-Wacm/DrzLD7mjFGnSxxyGkJgg2unU/dNdNgdngBH+RU=", "narHash": "sha256-hqJlyJk4MRpcItGYMF+3uHe8HvxNETWvlGtLuVpqLU0=",
"path": "/nix/store/xpzmrd7qla29lv913dgg0rma1g335zam-source", "owner": "nixos",
"rev": "576ecd43d3b864966b4423a853412d6177775e8b", "repo": "nixpkgs",
"type": "path" "rev": "b8b232ae7b8b144397fdb12d20f592e5e7c1a64d",
"type": "github"
}, },
"original": { "original": {
"id": "nixpkgs", "owner": "nixos",
"type": "indirect" "ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs-lib": {
"locked": {
"dir": "lib",
"lastModified": 1706550542,
"narHash": "sha256-UcsnCG6wx++23yeER4Hg18CXWbgNpqNXcHIo5/1Y+hc=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "97b17f32362e475016f942bbdfda4a4a72a8a652",
"type": "github"
},
"original": {
"dir": "lib",
"owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs_2": {
"locked": {
"lastModified": 1705856552,
"narHash": "sha256-JXfnuEf5Yd6bhMs/uvM67/joxYKoysyE3M2k6T3eWbg=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "612f97239e2cc474c13c9dafa0df378058c5ad8d",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
} }
}, },
"root": { "root": {
"inputs": { "inputs": {
"nh": "nh", "heliox-cli": "heliox-cli"
"nixpkgs": "nixpkgs" }
},
"systems": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
},
"treefmt-nix": {
"inputs": {
"nixpkgs": "nixpkgs_2"
},
"locked": {
"lastModified": 1706462057,
"narHash": "sha256-7dG1D4iqqt0bEbBqUWk6lZiSqqwwAO0Hd1L5opVyhNM=",
"owner": "numtide",
"repo": "treefmt-nix",
"rev": "c6153c2a3ff4c38d231e3ae99af29b87f1df5901",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "treefmt-nix",
"type": "github"
} }
} }
}, },