summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-05-22 11:25:48 -0400
committerseth <[email protected]>2023-05-22 11:25:48 -0400
commitef199a3f995118aa0115ca8b3c02971978db7772 (patch)
tree48f49c660f9aa49b547ec7f72d34863597e0f740 /flake.nix
parent423914276f9623786e1d33e486b26a1406115067 (diff)
flake-modules: init hydraJobs
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index df7f8c4..f3554ea 100644
--- a/flake.nix
+++ b/flake.nix
@@ -40,6 +40,7 @@
flakeModules = {
default = import ./modules/flake;
homeConfigurations = import ./modules/flake/homeConfigurations.nix;
+ hydraJobs = import ./modules/flake/hydraJobs.nix;
};
formatter = forAllSystems (system: nixpkgsFor.${system}.alejandra);