Skip to content

Commit

Permalink
Merge pull request #166442 from mweinelt/botamusique
Browse files Browse the repository at this point in the history
botamusique: use nodejs-14_x
  • Loading branch information
ajs124 authored Mar 30, 2022
2 parents 3251f70 + d63e5c5 commit 9a20d75
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions nixos/tests/botamusique.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ import ./make-test-python.nix ({ pkgs, lib, ...} :

nodes = {
machine = { config, ... }: {
networking.extraHosts = ''
127.0.0.1 all.api.radio-browser.info
'';

services.murmur = {
enable = true;
registerName = "NixOS tests";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/tools/audio/botamusique/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
, nodePackages
}:
let
nodejs = pkgs.nodejs-12_x;
nodejs = pkgs.nodejs-14_x;
nodeEnv = import ../../../development/node-packages/node-env.nix {
inherit (pkgs) stdenv lib python2 runCommand writeTextFile writeShellScript;
inherit pkgs nodejs;
Expand Down

0 comments on commit 9a20d75

Please sign in to comment.