removed npm install section for global dependencies. This was hacky to begin with and has to reworked either way
This commit is contained in:
@@ -61,8 +61,9 @@
|
|||||||
"nvim/projects".source = config.lib.file.mkOutOfStoreSymlink ./neovim/projects;
|
"nvim/projects".source = config.lib.file.mkOutOfStoreSymlink ./neovim/projects;
|
||||||
};
|
};
|
||||||
|
|
||||||
home.activation.npm-install = lib.hm.dag.entryAfter [ "writeBoundary" ] ''
|
# Todo: fix vue language server
|
||||||
nix-shell -p nodejs --run "cd ${configHome}/.npm_global && npm install"
|
# home.activation.npm-install = lib.hm.dag.entryAfter [ "writeBoundary" ] ''
|
||||||
'';
|
# nix-shell -p nodejs --run "cd ${configHome}/.npm_global && npm install"
|
||||||
|
# '';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user