dev: attempt to use the zig overlay instead of nixpkgs/zig

This commit is contained in:
NotAShelf 2023-02-28 10:54:48 +03:00
commit 7339f64dd8
No known key found for this signature in database
GPG key ID: 5B5C8895F28445F1
3 changed files with 178 additions and 8 deletions

View file

@ -9,9 +9,12 @@
overlays = [
inputs.tidalcycles.overlays.default
inputs.self.overlays.default
inputs.neovim-nightly-overlay.overlay
inputs.zig.overlays.default
(_: _: {
rnix-lsp = inputs'.rnix-lsp.defaultPackage;
nil = inputs'.nil.packages.default;
zig = inputs'.zig.packages.default;
})
];
};