Added nodejs to emacs deps; updated gitignore
This commit is contained in:
parent
09cce4e9fd
commit
018313e48b
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
|||||||
**/.*~undo-tree~
|
**/.*~undo-tree~
|
||||||
**/.DS_Store
|
**/.DS_Store
|
||||||
/result
|
/result
|
||||||
|
/home/result
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
{ pkgs, ... }: {
|
{ pkgs, ... }: {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
# Build deps
|
# Build deps
|
||||||
|
nodejs
|
||||||
cmake
|
cmake
|
||||||
libtool
|
libtool
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user