1
Fork 0

fix: the javascript.nix module didn't contain ... in the argument list

This commit is contained in:
Matei Adriel 2020-04-08 20:34:39 +03:00
parent 152f097fe1
commit 27982a4160

View file

@ -1 +1,6 @@
{ pkgs }: { home-manager.users.adrielus.home.packages = with pkgs; [ nodejs ]; } { pkgs, ... }: {
home-manager.users.adrielus.home.packages = with pkgs; [
nodejs
nodePackages.node2nix
];
}