From b7226bd5674cb24aded9fc54bbbb8b41fa94f33c Mon Sep 17 00:00:00 2001 From: Bill Ewanick Date: Sun, 20 Jul 2025 17:11:50 -0400 Subject: [PATCH] Remove Hydra --- flake.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/flake.nix b/flake.nix index 9d42277..c5cf603 100644 --- a/flake.nix +++ b/flake.nix @@ -31,11 +31,5 @@ ./nixos-apps ]; }; - - hydraJobs = { - inherit (self) - nixosConfigurations - ; - }; }; }