From 97085887c776b3f8cd25f8433d1db32cc2f44706 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sat, 19 Oct 2024 18:08:13 +0200 Subject: [PATCH] test --- nixos-modules/hydra.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/nixos-modules/hydra.nix b/nixos-modules/hydra.nix index d001675da..c471b0eff 100644 --- a/nixos-modules/hydra.nix +++ b/nixos-modules/hydra.nix @@ -68,8 +68,6 @@ in package = mkOption { type = types.path; - default = pkgs.hydra_unstable; - defaultText = literalExpression "pkgs.hydra"; description = "The Hydra package."; };