diff options
| author | Nathan Perry <np@nathanperry.dev> | 2022-11-28 13:34:29 -0500 |
|---|---|---|
| committer | Nathan Perry <np@nathanperry.dev> | 2022-11-28 13:34:29 -0500 |
| commit | c97eb2eb95b59b97a25015b10a81e0f3b4539a63 (patch) | |
| tree | 6448b4b80a507dafa4b7dce3eee3976305550c11 /flake.nix | |
| parent | 14a9ad0c85b0ee6f190323a8903d1239b8968d22 (diff) | |
hydra: add job
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 // { |
