Compare commits

...

3 Commits

Author SHA1 Message Date
mandlm 2ec7914181
chore: nix flake update 2024-03-14 14:56:40 +01:00
mandlm e3e0359171
feat: use unstable joplin 2024-03-14 14:56:11 +01:00
mandlm 08274e11d1
feat: remove obsolete rnix-lsp 2024-03-14 14:55:43 +01:00
4 changed files with 7 additions and 9 deletions

View File

@ -39,11 +39,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1707786466, "lastModified": 1710283656,
"narHash": "sha256-yLPfrmW87M2qt+8bAmwopJawa+MJLh3M9rUbXtpUc1o=", "narHash": "sha256-nI+AOy4uK6jLGBi9nsbHjL1EdSIzoo8oa+9oeVhbyFc=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "01885a071465e223f8f68971f864b15829988504", "rev": "51063ed4f2343a59fdeebb279bb81d87d453942b",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -55,11 +55,11 @@
}, },
"nixpkgs-unstable": { "nixpkgs-unstable": {
"locked": { "locked": {
"lastModified": 1707863367, "lastModified": 1710272261,
"narHash": "sha256-LdBbCSSP7VHaHA4KXcPGKqkvsowT2+7W4jlEHJj6rPg=", "narHash": "sha256-g0bDwXFmTE7uGDOs9HcJsfLFhH7fOsASbAuOzDC+fhQ=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "35ff7e87ee05199a8003f438ec11a174bcbd98ea", "rev": "0ad13a6833440b8e238947e47bea7f11071dc2b2",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -6,7 +6,6 @@
# language servers # language servers
lua-language-server lua-language-server
rnix-lsp
terraform-ls terraform-ls
tflint tflint
nodejs nodejs

View File

@ -101,7 +101,6 @@ local servers = {
} }
}, },
["pyright"] = {}, ["pyright"] = {},
["rnix"] = {},
["terraformls"] = {}, ["terraformls"] = {},
["texlab"] = {}, ["texlab"] = {},
["tflint"] = {}, ["tflint"] = {},

View File

@ -32,7 +32,7 @@
gthumb gthumb
gimp gimp
joplin joplin
joplin-desktop unstable.joplin-desktop
evince evince
]; ];