revert back to mainline nixpkgs

The `buildbot` branch has been merged and doesn't exist in the `Mic92/nixpkgs` repository anymore
This commit is contained in:
RTUnreal 2023-10-10 22:31:17 +02:00 committed by GitHub
parent 9d5838fa37
commit 5874b76c5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@
description = "A nixos module to make buildbot a proper Nix-CI.";
inputs = {
nixpkgs.url = "github:Mic92/nixpkgs/buildbot";
nixpkgs.url = "github:Nixos/nixpkgs/nixpkgs-unstable";
flake-parts.url = "github:hercules-ci/flake-parts";
flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs";