flake.lock: Update

Flake lock file updates:

• Updated input 'buildbot-nix':
    'github:nix-community/buildbot-nix/2bbd199879062ed4fdd512e8c48cc9786e0043bd?narHash=sha256-4dJrWa1srQu9JUCGaTH7Kzewf%2BMqZRSAAasSE4uFCtE%3D' (2024-11-20)
  → 'github:nix-community/buildbot-nix/037344cad03e933ea370c0766b39b959820446e5?narHash=sha256-kR2RwG4H32zRkyVVfDKUnoPxORb6DzztE16oc98ZzSg%3D' (2024-11-25)
• Added input 'buildbot-nix/hercules-ci-effects':
    follows 'hercules-ci-effects'
This commit is contained in:
zowoq 2024-11-26 13:38:37 +10:00
parent d15299a0b6
commit dd2da537c7
2 changed files with 7 additions and 3 deletions

9
flake.lock generated
View file

@ -34,6 +34,9 @@
"flake-parts": [
"flake-parts"
],
"hercules-ci-effects": [
"hercules-ci-effects"
],
"nixpkgs": [
"nixpkgs"
],
@ -42,11 +45,11 @@
]
},
"locked": {
"lastModified": 1732102561,
"narHash": "sha256-4dJrWa1srQu9JUCGaTH7Kzewf+MqZRSAAasSE4uFCtE=",
"lastModified": 1732578586,
"narHash": "sha256-kR2RwG4H32zRkyVVfDKUnoPxORb6DzztE16oc98ZzSg=",
"owner": "nix-community",
"repo": "buildbot-nix",
"rev": "2bbd199879062ed4fdd512e8c48cc9786e0043bd",
"rev": "037344cad03e933ea370c0766b39b959820446e5",
"type": "github"
},
"original": {

View file

@ -15,6 +15,7 @@
buildbot-nix.inputs.flake-parts.follows = "flake-parts";
buildbot-nix.inputs.nixpkgs.follows = "nixpkgs";
buildbot-nix.inputs.treefmt-nix.follows = "treefmt-nix";
buildbot-nix.inputs.hercules-ci-effects.follows = "hercules-ci-effects";
buildbot-nix.url = "github:nix-community/buildbot-nix";
cgroup-exporter.inputs.nixpkgs.follows = "nixpkgs";
cgroup-exporter.url = "github:arianvp/cgroup-exporter";