mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-02-23 11:58:23 +00:00
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:
parent
67abc51902
commit
bfe02d277d
1 changed files with 1 additions and 4 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue