Skip to content

Commit

Permalink
default.nix: nodejs-18_x -> nodejs_18
Browse files Browse the repository at this point in the history
former is an alias.
  • Loading branch information
sorki committed Jul 11, 2023
1 parent 7335d24 commit c154c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
, system ? builtins.currentSystem
}:
let
nodejs = pkgs.nodejs-18_x;
nodejs = pkgs.nodejs_18;
nodePackages = nodejs.pkgs;
testing = import (pkgs.path + "/nixos/lib/testing-python.nix") { inherit system; };
packageJSON = builtins.fromJSON (builtins.readFile ./package.json);
Expand Down

0 comments on commit c154c79

Please sign in to comment.