From b88a5b9a2a830aca2f929456b4d6c77d301d5e54 Mon Sep 17 00:00:00 2001 From: Kabbone Date: Sun, 5 May 2024 19:58:51 +0200 Subject: [PATCH] flake add hydraJobs --- flake.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/flake.nix b/flake.nix index 06d23fe..b394786 100644 --- a/flake.nix +++ b/flake.nix @@ -70,6 +70,11 @@ location = "$HOME/.setup"; in # Use above variables in ... { + hydraJobs = { + inherit (self) + packages; + }; + nixosConfigurations = ( # NixOS configurations import ./hosts { # Imports ./hosts/default.nix inherit (nixpkgs) lib;