From c97eb2eb95b59b97a25015b10a81e0f3b4539a63 Mon Sep 17 00:00:00 2001 From: Nathan Perry Date: Mon, 28 Nov 2022 13:34:29 -0500 Subject: hydra: add job --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) 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 // { -- cgit v1.3.1