Commit for generation 175

This commit is contained in:
2024-10-02 18:38:38 -04:00
parent f7366be528
commit f019622412
2 changed files with 2 additions and 7 deletions

4
flake.lock generated
View File

@@ -426,8 +426,8 @@
"pre-commit-hooks": "pre-commit-hooks" "pre-commit-hooks": "pre-commit-hooks"
}, },
"locked": { "locked": {
"lastModified": 1727908687, "lastModified": 1727908716,
"narHash": "sha256-tQ9k7850VeG+Y9U9K+NqQ7TILVDUyn3sMpB5jRSG1lM=", "narHash": "sha256-Ns0pV0qxRmJ0TTcm+ozKKWqIDK3l8jrCqpM9d/FI5x8=",
"path": "/home/pagedmov/sysflakes/glasshouse-desktop/dotfiles/packages/nixvim", "path": "/home/pagedmov/sysflakes/glasshouse-desktop/dotfiles/packages/nixvim",
"type": "path" "type": "path"
}, },

View File

@@ -12,11 +12,6 @@
nil-ls.enable = true; nil-ls.enable = true;
pyright.enable = true; pyright.enable = true;
sqls.enable = true; sqls.enable = true;
rust-analyzer = {
enable = true;
installRustc = true;
installCargo = true;
};
}; };
}; };
} }