Unverified Commit e553474c authored by Stefan Frijters's avatar Stefan Frijters
Browse files

sharing: move env variable(s) into env for structuredAttrs

parent a30b004c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ buildNpmPackage rec {
  # The prepack script runs the build script, which we'd rather do in the build phase.
  npmPackFlags = [ "--ignore-scripts" ];

  NODE_OPTIONS = "--openssl-legacy-provider";
  env.NODE_OPTIONS = "--openssl-legacy-provider";

  meta = {
    description = "Command-line tool to share directories and files to mobile devices";