nodePackages: fix eval

Remove use of aliases so that eval succeeds with allowAliases = false
main
Naïm Favier 2 years ago
parent 0931341e55
commit acc5559077
No known key found for this signature in database
GPG Key ID: 49B07322580B7EE2
  1. 2
      pkgs/development/node-packages/default.nix

@ -228,7 +228,7 @@ let
near-cli = super.near-cli.override {
nativeBuildInputs = with pkgs; [
libusb
libusb1
nodePackages.prebuild-install
nodePackages.node-gyp-build
pkg-config

Loading…
Cancel
Save