diff options
| author | EuAndreh <eu@euandre.org> | 2018-10-16 12:53:37 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2018-10-16 12:53:37 -0300 |
| commit | 4d326ce2c90ba43ecc4f577d1edaad77a6cd20af (patch) | |
| tree | 27d5f7da11f7a0507e7463dcd3a53afd0175bc99 /nixos | |
| parent | Add repos to mrconfig. (diff) | |
| download | dotfiles-4d326ce2c90ba43ecc4f577d1edaad77a6cd20af.tar.gz dotfiles-4d326ce2c90ba43ecc4f577d1edaad77a6cd20af.tar.xz | |
Use latest unstable version of nodejs 10.
Diffstat (limited to 'nixos')
| -rw-r--r-- | nixos/configuration.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 18c22f97..5498d4d3 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -74,6 +74,7 @@ buildInputs = oldAttrs.buildInputs ++ [ libogg libvorbis flac ]; }); in with pkgs; [ + pkgsUnstable.nodejs-10_x ## Personal data tools @@ -199,7 +200,7 @@ leiningen python3 python - nodejs-9_x + # nodejs-9_x yarn elixir openjdk |
