From e66ff87e79b05332c64f699f33025561c8bdff49 Mon Sep 17 00:00:00 2001 From: Daniel Thwaites Date: Sat, 29 Oct 2022 18:06:27 +0100 Subject: [PATCH] Configure Hydra jobs :construction_worker: --- flake.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/flake.nix b/flake.nix index 9e84abb6..6d0c1e1b 100644 --- a/flake.nix +++ b/flake.nix @@ -53,6 +53,10 @@ } ); + hydraJobs = { + inherit (self.packages.x86_64-linux) docs palette-generator; + }; + nixosModules.stylix = { pkgs, ... }@args: { imports = [ ./modules/alacritty.nix