aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index b1943d9..e3d3689 100644
--- a/flake.nix
+++ b/flake.nix
@@ -110,6 +110,8 @@
};
}) // {
+ hydraJobs.thulani.x86_64-linux = self.packages.x86_64-linux.default;
+
overlays.default = final: prev: let
withRust = ((import inputs.rust-overlay) final prev);
in withRust // {