Merge pull request #7 from RTUnreal/revert-nixpkgs-input

revert back to mainline nixpkgs
This commit is contained in:
Jörg Thalheim 2023-10-12 12:20:05 +02:00 committed by GitHub
commit e1c4589bed
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";