flake: add cgroup-exporter
This commit is contained in:
parent
a2669dcb18
commit
947e3da4e5
2 changed files with 23 additions and 0 deletions
21
flake.lock
generated
21
flake.lock
generated
|
@ -55,6 +55,26 @@
|
||||||
"type": "github"
|
"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": {
|
"disko": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"nixpkgs": [
|
"nixpkgs": [
|
||||||
|
@ -317,6 +337,7 @@
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"agenix": "agenix",
|
"agenix": "agenix",
|
||||||
"buildbot-nix": "buildbot-nix",
|
"buildbot-nix": "buildbot-nix",
|
||||||
|
"cgroup-exporter": "cgroup-exporter",
|
||||||
"disko": "disko",
|
"disko": "disko",
|
||||||
"empty": "empty",
|
"empty": "empty",
|
||||||
"flake-compat": "flake-compat",
|
"flake-compat": "flake-compat",
|
||||||
|
|
|
@ -16,6 +16,8 @@
|
||||||
buildbot-nix.inputs.nixpkgs.follows = "nixpkgs";
|
buildbot-nix.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
buildbot-nix.inputs.treefmt-nix.follows = "treefmt-nix";
|
buildbot-nix.inputs.treefmt-nix.follows = "treefmt-nix";
|
||||||
buildbot-nix.url = "github:nix-community/buildbot-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.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
disko.url = "github:nix-community/disko";
|
disko.url = "github:nix-community/disko";
|
||||||
empty.url = "github:nix-systems/empty";
|
empty.url = "github:nix-systems/empty";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue