This commit is contained in:
Simon Gardling 2025-03-31 08:16:44 -04:00
parent 97588fe9de
commit 781df641c6
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D
2 changed files with 8 additions and 12 deletions

12
etcnixos/flake.lock generated
View File

@ -34,11 +34,11 @@
]
},
"locked": {
"lastModified": 1743275891,
"narHash": "sha256-0Y1E2pct908JZhVNlv4dprEZ0eB9WPjNn8WPuDnFUSE=",
"lastModified": 1743417077,
"narHash": "sha256-i/jKOc/M/0+9nM2B9t8UfFea3p4EgmhaBpLz7UJo5mU=",
"owner": "chaotic-cx",
"repo": "nyx",
"rev": "b17f707c484af8a41a9798e1cde7ddb5d2a80119",
"rev": "777450284ca128909dbda580dddde6f67cd956c1",
"type": "github"
},
"original": {
@ -315,11 +315,11 @@
},
"nixos-hardware": {
"locked": {
"lastModified": 1743167577,
"narHash": "sha256-I09SrXIO0UdyBFfh0fxDq5WnCDg8XKmZ1HQbaXzMA1k=",
"lastModified": 1743420942,
"narHash": "sha256-b/exDDQSLmENZZgbAEI3qi9yHkuXAXCPbormD8CSJXo=",
"owner": "NixOS",
"repo": "nixos-hardware",
"rev": "0ed819e708af17bfc4bbc63ee080ef308a24aa42",
"rev": "de6fc5551121c59c01e2a3d45b277a6d05077bc4",
"type": "github"
},
"original": {

View File

@ -37,12 +37,6 @@ let
# HTML/CSS/JSON/ESLint language servers
vscode-langservers-extracted
(python312.withPackages (
ps: with ps; [
python-lsp-server # lsp
python-lsp-ruff # ruff integration
]
))
nil # nix lsp
yaml-language-server # yaml lsp
marksman # markdown lsp
@ -134,6 +128,8 @@ in
ps: with ps; [
mypy # type checking
python-lsp-server # lsp
python-lsp-ruff # ruff integration
pyserial
numpy