flake: minor cleanup

- Get rid of Zig input (nixpkgs one is alright.)
- Minor typo fixes
This commit is contained in:
raf 2024-09-24 06:05:47 +03:00
commit a85ac83182
Signed by: NotAShelf
GPG key ID: AF26552424E53993
2 changed files with 3 additions and 74 deletions

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 servers (use master instead of nixpkgs)
rnix-lsp.url = "github:nix-community/rnix-lsp";
nil = {
url = "github:oxalica/nil";
@ -159,7 +156,7 @@
flake = false;
};
# language support
# Language support
plugin-sqls-nvim = {
url = "github:nanotee/sqls.nvim";
flake = false;