chore: fix some minor formattng issues and linter warnings

This commit is contained in:
Sk7Str1p3 2026-05-13 18:24:38 +03:00
parent 92d7a96e2f
commit 09cb1886dc
No known key found for this signature in database
GPG key ID: 4DD995933D06D43B
13 changed files with 497 additions and 489 deletions

View file

@ -4,7 +4,7 @@
Many nix projects have their own devshell,
but they don't install most necessary tools.
*/
pkgs: rec {
pkgs: {
/**
nix language server
*/

View file

@ -6,7 +6,6 @@
outputs =
{
self,
nixpkgs,
utils,
}: