I need a C# language server now...

This commit is contained in:
Artemis Tosini 2024-04-17 00:01:28 +00:00
parent 4ac1f16485
commit cb6eb2b970
Signed by: artemist
SSH key fingerprint: SHA256:EsuWCwx6fjxxExxf65rX+ocQJJAdw4R1KarpFue6Uwc
3 changed files with 21 additions and 25 deletions

View file

@ -329,11 +329,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1713019815, "lastModified": 1713294767,
"narHash": "sha256-jzTo97VeKMNfnKw3xU+uiU5C7wtnLudsbwl/nwPLC7s=", "narHash": "sha256-LmaabaQZdx52MPGKPRt9Opoc9Gd9RbwvCdysUUYQoXI=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "8fdf329526f06886b53b94ddf433848a0d142984", "rev": "fa8c16e2452bf092ac76f09ee1fb1e9f7d0796e7",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -395,11 +395,11 @@
"lix": { "lix": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1713010520, "lastModified": 1713245621,
"narHash": "sha256-C34WIarYmME4ZgomBeq7Hh/494YfoGsHPbzdNmPMLtg=", "narHash": "sha256-rU8uKlQxz0Z0fpkqz+G96jdidrz/fEkqzKo+VkH44N8=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "ca0c59a251b7c94ef2f6f88dc8a2ecf389b51aed", "rev": "e1b9869ada503d9d471957a3e850cfa6e2bfe549",
"revCount": 15398, "revCount": 15405,
"type": "git", "type": "git",
"url": "ssh://git@lix.systems/lix-project/lix" "url": "ssh://git@lix.systems/lix-project/lix"
}, },
@ -423,11 +423,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1712775567, "lastModified": 1713260030,
"narHash": "sha256-Zn27r1W+KU5ezwvvcoo6LrJQgYQ0+BHZDQxEM6RjFVk=", "narHash": "sha256-BTgtmwRMbohAGGo+zBI1uEdXvV+gFsbWkrSJJkkGrvE=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "6804fe0ec5f1c24f1ca5fc2c9e11506317353a06", "rev": "a3b8ac241496c855bbe7bb7517f04692ebce92da",
"revCount": 44, "revCount": 47,
"type": "git", "type": "git",
"url": "ssh://git@lix.systems/lix-project/nixos-module" "url": "ssh://git@lix.systems/lix-project/nixos-module"
}, },
@ -443,11 +443,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1712459390, "lastModified": 1713067146,
"narHash": "sha256-e12bNDottaGoBgd0AdH/bQvk854xunlWAdZwr/oHO1c=", "narHash": "sha256-9D20xjblGKEVRVCnM3qWhiizEa9i6OpK6xQJajwcwOQ=",
"owner": "nix-community", "owner": "nix-community",
"repo": "nix-index-database", "repo": "nix-index-database",
"rev": "4676d72d872459e1e3a248d049609f110c570e9a", "rev": "93aed67288be60c9ef6133ba2f8de128f4ef265c",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -473,11 +473,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1712791164, "lastModified": 1713248628,
"narHash": "sha256-3sbWO1mbpWsLepZGbWaMovSO7ndZeFqDSdX0hZ9nVyw=", "narHash": "sha256-NLznXB5AOnniUtZsyy/aPWOk8ussTuePp2acb9U+ISA=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "1042fd8b148a9105f3c0aca3a6177fd1d9360ba5", "rev": "5672bc9dbf9d88246ddab5ac454e82318d094bb8",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -520,11 +520,11 @@
"pre-commit-hooks": "pre-commit-hooks" "pre-commit-hooks": "pre-commit-hooks"
}, },
"locked": { "locked": {
"lastModified": 1713038713, "lastModified": 1713294906,
"narHash": "sha256-xijgNVqLYXUbpSsGXh7bzx6zCRVf+WGlTcGMG04mQjA=", "narHash": "sha256-xJJZdCBzVFpVppaYyUK4lTTNOnbAxrjhodoJL3Oi91E=",
"owner": "nix-community", "owner": "nix-community",
"repo": "nixvim", "repo": "nixvim",
"rev": "1da2087d9b8a89c310d093207afd41114d6727e1", "rev": "514a51877df9fe41ffc38c5237e3c4e5327e7607",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -36,11 +36,6 @@
overlays = [ overlays = [
inputs.artemist.overlays.default inputs.artemist.overlays.default
inputs.fonts.overlays.default inputs.fonts.overlays.default
(final: prev: {
ryujinx = prev.ryujinx.overrideAttrs (old: {
runtimeDeps = old.runtimeDeps ++ [ final.udev ];
});
})
]; ];
config.allowUnfreePredicate = config.allowUnfreePredicate =
pkg: pkg:

View file

@ -79,6 +79,7 @@ lib.setAttrByPath setPath (
java-language-server.enable = cfg.plugins.lsp.enable; java-language-server.enable = cfg.plugins.lsp.enable;
jsonls.enable = cfg.plugins.lsp.enable; jsonls.enable = cfg.plugins.lsp.enable;
nil_ls.enable = cfg.plugins.lsp.enable; nil_ls.enable = cfg.plugins.lsp.enable;
omnisharp.enable = cfg.plugins.lsp.enable;
pylsp = { pylsp = {
enable = cfg.plugins.lsp.enable; enable = cfg.plugins.lsp.enable;
settings.plugins = { settings.plugins = {