Commit 3ebec4d8 authored by zowoq's avatar zowoq
Browse files

hydra: disable nixpkgs-update

prevent the bot from sending PRs where the only upstream change is a flake.lock update
parent 37b84d57
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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";