Loading pkgs/by-name/um/umami/package.nix +2 −12 Original line number Diff line number Diff line Loading @@ -95,18 +95,8 @@ stdenvNoCC.mkDerivation (finalAttrs: { version src ; # prevent downloading dependencies for windows # which bloat derivation size and fail to build on hydra # https://github.com/NixOS/nixpkgs/pull/467820#issuecomment-3624054271 pnpmInstallFlags = [ "--force=false" "--os=linux" "--os=darwin" "--cpu=x64" "--cpu=arm64" ]; fetcherVersion = 2; hash = "sha256-bqeJ0wzCtnuR6V67Qe1N9UcaHPLziuBhsn7eN8JVJbQ="; fetcherVersion = 3; hash = "sha256-GFN94oySPCZA5K13XR8f/tByuHS571ohlYTFqaVw/Ns="; }; env.CYPRESS_INSTALL_BINARY = "0"; Loading Loading
pkgs/by-name/um/umami/package.nix +2 −12 Original line number Diff line number Diff line Loading @@ -95,18 +95,8 @@ stdenvNoCC.mkDerivation (finalAttrs: { version src ; # prevent downloading dependencies for windows # which bloat derivation size and fail to build on hydra # https://github.com/NixOS/nixpkgs/pull/467820#issuecomment-3624054271 pnpmInstallFlags = [ "--force=false" "--os=linux" "--os=darwin" "--cpu=x64" "--cpu=arm64" ]; fetcherVersion = 2; hash = "sha256-bqeJ0wzCtnuR6V67Qe1N9UcaHPLziuBhsn7eN8JVJbQ="; fetcherVersion = 3; hash = "sha256-GFN94oySPCZA5K13XR8f/tByuHS571ohlYTFqaVw/Ns="; }; env.CYPRESS_INSTALL_BINARY = "0"; Loading