hydra: disable nixpkgs-update
prevent the bot from sending PRs where the only upstream change is a flake.lock update
This commit is contained in:
@@ -131,6 +131,7 @@ in
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "hydra";
|
||||
version = "0-unstable-2025-06-15";
|
||||
# nixpkgs-update: no auto update
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "NixOS";
|
||||
|
||||
Reference in New Issue
Block a user