Skip to content

Commit 5acdfe9

Browse files
committed
chore(licenses): Accept unfree due to plugins with no licenses.....
1 parent ff4d6ab commit 5acdfe9

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

flake.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@
4040
inherit system;
4141
config = {
4242
allowBroken = true;
43+
# Ok look, I get it, these neovim plugins have *no* license, but common.
44+
allowUnfree = true;
4345
};
4446
overlays = [
4547
(_: _: {
@@ -51,6 +53,8 @@
5153
inherit system;
5254
config = {
5355
allowBroken = true;
56+
# Ok look, I get it, these neovim plugins have *no* license, but common.
57+
allowUnfree = true;
5458
};
5559
overlays = [
5660
(_: _: {

modules/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@
236236
enable = true;
237237
lsp = {
238238
enable = false;
239-
servers = "roslyn_ls";
239+
servers = ["roslyn-ls"];
240240
};
241241
};
242242
css = {

0 commit comments

Comments
 (0)