diff --git a/flake.nix b/flake.nix index b06669d..250bc63 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,7 @@ { - # https://github.com/Mic92/buildbot-nix - description = "A nixos module to make buildbot a proper Nix-CI."; + # Original: https://github.com/Mic92/buildbot-nix + # https://git.lix.systems/lix-project/buildbot-nix + description = "A NixOS module to make buildbot a proper Nix-CI for Gerrit."; inputs = { nixpkgs.url = "github:Nixos/nixpkgs/nixos-unstable-small";