From 1ff90d9bcc984d188793de22493e938dbfc64a50 Mon Sep 17 00:00:00 2001 From: clerie Date: Mon, 17 Apr 2023 06:38:58 +0200 Subject: [PATCH] Do not build default in hydraJobs --- flake.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 19a0fcf..f7ae95f 100644 --- a/flake.nix +++ b/flake.nix @@ -37,8 +37,7 @@ }; hydraJobs = { - inherit (self) - packages; + packages.x86_64-linux.nixos-exporter = self.packages.x86_64-linux.nixos-exporter; }; }; }