File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,9 @@ local Languages = {
6868 },
6969 },
7070 [' nix' ] = {
71+ [' nil_ls' ] = {
72+ alias = ' nil' ,
73+ },
7174 nixd = {
7275 settings = {
7376 nixd = {
@@ -79,7 +82,8 @@ local Languages = {
7982 },
8083 options = {
8184 nixos = {
82- expr = ' (builtins.getFlake ("git+file://" + toString ./.)).nixosConfigurations.k-on.options' ,
85+ expr = ' (builtins.getFlake "/home/peter/nodes/nixos-minipc").nixosConfigurations.peter-laptop.options' ,
86+ -- expr = '(builtins.getFlake ("git+file://" + toString ./.)).nixosConfigurations.k-on.options',
8387 },
8488 home_manager = {
8589 expr = ' (builtins.getFlake ("git+file://" + toString ./.)).homeConfigurations."ruixi@k-on".options' ,
@@ -88,9 +92,6 @@ local Languages = {
8892 },
8993 },
9094 },
91- [' nil_ls' ] = {
92- alias = ' nil' ,
93- },
9495 },
9596 [' bash' ] = {
9697 bashls = {
You can’t perform that action at this time.
0 commit comments