fix
This commit is contained in:
parent
97588fe9de
commit
781df641c6
12
etcnixos/flake.lock
generated
12
etcnixos/flake.lock
generated
@ -34,11 +34,11 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1743275891,
|
"lastModified": 1743417077,
|
||||||
"narHash": "sha256-0Y1E2pct908JZhVNlv4dprEZ0eB9WPjNn8WPuDnFUSE=",
|
"narHash": "sha256-i/jKOc/M/0+9nM2B9t8UfFea3p4EgmhaBpLz7UJo5mU=",
|
||||||
"owner": "chaotic-cx",
|
"owner": "chaotic-cx",
|
||||||
"repo": "nyx",
|
"repo": "nyx",
|
||||||
"rev": "b17f707c484af8a41a9798e1cde7ddb5d2a80119",
|
"rev": "777450284ca128909dbda580dddde6f67cd956c1",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@ -315,11 +315,11 @@
|
|||||||
},
|
},
|
||||||
"nixos-hardware": {
|
"nixos-hardware": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1743167577,
|
"lastModified": 1743420942,
|
||||||
"narHash": "sha256-I09SrXIO0UdyBFfh0fxDq5WnCDg8XKmZ1HQbaXzMA1k=",
|
"narHash": "sha256-b/exDDQSLmENZZgbAEI3qi9yHkuXAXCPbormD8CSJXo=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixos-hardware",
|
"repo": "nixos-hardware",
|
||||||
"rev": "0ed819e708af17bfc4bbc63ee080ef308a24aa42",
|
"rev": "de6fc5551121c59c01e2a3d45b277a6d05077bc4",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|||||||
@ -37,12 +37,6 @@ let
|
|||||||
|
|
||||||
# HTML/CSS/JSON/ESLint language servers
|
# HTML/CSS/JSON/ESLint language servers
|
||||||
vscode-langservers-extracted
|
vscode-langservers-extracted
|
||||||
(python312.withPackages (
|
|
||||||
ps: with ps; [
|
|
||||||
python-lsp-server # lsp
|
|
||||||
python-lsp-ruff # ruff integration
|
|
||||||
]
|
|
||||||
))
|
|
||||||
nil # nix lsp
|
nil # nix lsp
|
||||||
yaml-language-server # yaml lsp
|
yaml-language-server # yaml lsp
|
||||||
marksman # markdown lsp
|
marksman # markdown lsp
|
||||||
@ -134,6 +128,8 @@ in
|
|||||||
ps: with ps; [
|
ps: with ps; [
|
||||||
mypy # type checking
|
mypy # type checking
|
||||||
|
|
||||||
|
python-lsp-server # lsp
|
||||||
|
python-lsp-ruff # ruff integration
|
||||||
pyserial
|
pyserial
|
||||||
|
|
||||||
numpy
|
numpy
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user