diff options
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 // { |
