flake: add cgroup-exporter

This commit is contained in:
zowoq 2024-10-02 11:34:03 +10:00
parent a2669dcb18
commit 947e3da4e5
2 changed files with 23 additions and 0 deletions

21
flake.lock generated
View file

@ -55,6 +55,26 @@
"type": "github"
}
},
"cgroup-exporter": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1727276091,
"narHash": "sha256-CG8XCZemSAs53VKU9VSARprQWI+0mj/RmTsp2WMJr6s=",
"owner": "arianvp",
"repo": "cgroup-exporter",
"rev": "816bfe1bc881ae43cf392949c47d8516a48fceeb",
"type": "github"
},
"original": {
"owner": "arianvp",
"repo": "cgroup-exporter",
"type": "github"
}
},
"disko": {
"inputs": {
"nixpkgs": [
@ -317,6 +337,7 @@
"inputs": {
"agenix": "agenix",
"buildbot-nix": "buildbot-nix",
"cgroup-exporter": "cgroup-exporter",
"disko": "disko",
"empty": "empty",
"flake-compat": "flake-compat",

View file

@ -16,6 +16,8 @@
buildbot-nix.inputs.nixpkgs.follows = "nixpkgs";
buildbot-nix.inputs.treefmt-nix.follows = "treefmt-nix";
buildbot-nix.url = "github:nix-community/buildbot-nix";
cgroup-exporter.inputs.nixpkgs.follows = "nixpkgs";
cgroup-exporter.url = "github:arianvp/cgroup-exporter";
disko.inputs.nixpkgs.follows = "nixpkgs";
disko.url = "github:nix-community/disko";
empty.url = "github:nix-systems/empty";