From 160ccbd6cec32f8cf01e9847e9215622f899680f Mon Sep 17 00:00:00 2001 From: Gitea Bot Date: Sat, 22 Apr 2023 09:49:15 +0000 Subject: [PATCH] Update emoji-volpeon-gphn --- flake.nix | 29 ++++++++++++++++++----------- 1 file changed, 18 insertions(+), 11 deletions(-) diff --git a/flake.nix b/flake.nix index 9f123eb..eb6824f 100644 --- a/flake.nix +++ b/flake.nix @@ -115,17 +115,24 @@ vf2KernelPackages = pkgs.linuxPackagesFor vf2Kernel; } else {} - ) // (if system == "aarch64-linux" || system == "x86_64-linux" then { - hydra = hydra.packages.${system}.hydra.overrideAttrs (super: { - doCheck = false; - patches = (super.patches or []) ++ [ - ./ci/hydra/add-ca-support.patch - ./ci/hydra/add-gitea-push-hook.patch - ./ci/hydra/jobset-inputs-for-flakes.patch - ./ci/hydra/remove-hydra-size-limit.patch - ]; - }); - } else {}); + ) + // ( + if system == "aarch64-linux" || system == "x86_64-linux" + then { + hydra = hydra.packages.${system}.hydra.overrideAttrs (super: { + doCheck = false; + patches = + (super.patches or []) + ++ [ + ./ci/hydra/add-ca-support.patch + ./ci/hydra/add-gitea-push-hook.patch + ./ci/hydra/jobset-inputs-for-flakes.patch + ./ci/hydra/remove-hydra-size-limit.patch + ]; + }); + } + else {} + ); overlays = import ./overlays; modules = import ./modules;