Skip to content

Commit

Permalink
nix: updated nodejs to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
craigem authored and rhyslbw committed Aug 1, 2022
1 parent 72319da commit a4cbc47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion nix/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ let
#nodePackages = pkgs.callPackage ./node-packages {};
packages = self: {
sources = import ./sources.nix;
nodejs = pkgs.nodejs-12_x;
nodejs = (import self.sources.nixos2205 {}).nodejs;
nix-inclusive = pkgs.callPackage "${self.sources.nix-inclusive}/inclusive.nix" {};
inherit (self.yarn-static.passthru) offlinecache;
cardano-rosetta-server = self.callPackage ./cardano-rosetta-server.nix {};
Expand Down
1 change: 1 addition & 0 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
, pkgs ? import ./nix/pkgs.nix {}
, sources ? import ./nix/sources.nix
, iohkNix ? import sources.iohk-nix {}
, nodejs ? (import sources.nixos2205 {}).nodejs
, yarn2nix ? pkgs.yarn2nix-moretea.yarn2nix
}:

Expand Down

0 comments on commit a4cbc47

Please sign in to comment.