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:
zowoq
2025-07-14 15:50:39 +10:00
parent 37b84d57f6
commit 3ebec4d8ca
+1
View File
@@ -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";