From 5874b76c5b5a8810a70705562f2e7d6e5d1063d7 Mon Sep 17 00:00:00 2001 From: RTUnreal <22859658+RTUnreal@users.noreply.github.com> Date: Tue, 10 Oct 2023 22:31:17 +0200 Subject: [PATCH] revert back to mainline nixpkgs The `buildbot` branch has been merged and doesn't exist in the `Mic92/nixpkgs` repository anymore --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index b3d3288..4f5ff93 100644 --- a/flake.nix +++ b/flake.nix @@ -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";