flake: update buildbot-nix

This commit is contained in:
zowoq 2024-04-11 20:47:40 +10:00
parent 181a190c42
commit 428dc48b4b
2 changed files with 4 additions and 6 deletions

7
flake.lock generated
View file

@ -13,17 +13,16 @@
]
},
"locked": {
"lastModified": 1712194703,
"narHash": "sha256-s/KZ2F9ckEBtxfF96IuASNUIWN3umnQRjbaW0Gwuadw=",
"lastModified": 1712832426,
"narHash": "sha256-SnFbwSbnLsDWy4Es4ddLRQYFpicO76xV61O8ACiqv7E=",
"owner": "Mic92",
"repo": "buildbot-nix",
"rev": "54b8dbbdb4a257657031ac8a7059788ab7883d32",
"rev": "5f92033b61d9ae81d75cb48debf5faaadc62cfec",
"type": "github"
},
"original": {
"owner": "Mic92",
"repo": "buildbot-nix",
"rev": "54b8dbbdb4a257657031ac8a7059788ab7883d32",
"type": "github"
}
},

View file

@ -27,8 +27,7 @@
nixpkgs-update-github-releases.url = "github:nix-community/nixpkgs-update-github-releases";
nixpkgs-update-github-releases.flake = false;
# "do merges locally" breaks inital clone https://github.com/Mic92/buildbot-nix/commit/956e8e0a6708bceefe01bd32c11f2b36aa361c1a
buildbot-nix.url = "github:Mic92/buildbot-nix/54b8dbbdb4a257657031ac8a7059788ab7883d32";
buildbot-nix.url = "github:Mic92/buildbot-nix";
buildbot-nix.inputs.nixpkgs.follows = "nixpkgs";
buildbot-nix.inputs.flake-parts.follows = "flake-parts";
buildbot-nix.inputs.treefmt-nix.follows = "treefmt-nix";