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

@ -3,6 +3,7 @@
outputs = {
nixpkgs,
flake-parts,
zig,
...
} @ inputs:
flake-parts.lib.mkFlake {inherit inputs;} {
@ -47,12 +48,18 @@
flake-parts.url = "github:hercules-ci/flake-parts";
flake-utils.url = "github:numtide/flake-utils";
# TODO: neovim nightly
neovim-nightly-overlay.url = "github:nix-community/neovim-nightly-overlay";
# For generating documentation website
nmd = {
url = "gitlab:rycee/nmd";
flake = false;
};
# TODO: get zig from the zig overlay instead of nixpkgs
zig.url = "github:mitchellh/zig-overlay";
# LSP plugins
nvim-lspconfig = {
# url = "github:neovim/nvim-lspconfig?ref=v0.1.3";