From 2934e77dd6db88be27c817b9d888a7625c8ca644 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Mon, 21 Oct 2024 09:58:33 +0200 Subject: [PATCH] fix: remove broken hydraJobs --- flake.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/flake.nix b/flake.nix index e807269..91f60d3 100644 --- a/flake.nix +++ b/flake.nix @@ -129,10 +129,6 @@ nixosModules = { automapaper = ./modules/automapaper; }; - hydraJobs = { - inherit (self) - nixosConfigurations; - }; }; }