flake: get rid of stub zig-overlay input

This was long overdue. The Nixpkgs packaging for Zig is somewhat reliable, and we do not need to rely on a 3rd party flake.
This commit is contained in:
raf 2024-09-07 02:32:07 +03:00
parent 67abc51902
commit bfe02d277d
Signed by: NotAShelf
GPG key ID: AF26552424E53993

View file

@ -90,10 +90,7 @@
flake = false;
};
# TODO: get zig from the zig overlay instead of nixpkgs
zig.url = "github:mitchellh/zig-overlay";
# Langauge server (use master instead of nixpkgs)
# Language server (use master instead of nixpkgs)
rnix-lsp.url = "github:nix-community/rnix-lsp";
nil = {
url = "github:oxalica/nil";