···95959696 enableParallelBuilding = true;97979898- # disable stackprotector on aarch64-darwin for now9999- # https://github.com/NixOS/nixpkgs/issues/158730100100- # see https://github.com/NixOS/nixpkgs/issues/127608 for a similar issue101101- hardeningDisable = lib.optionals (stdenv.isAarch64 && stdenv.isDarwin) [ "stackprotector" ];102102-10398 setupHook = ./setup-hook.sh;10499105100 meta = with lib; {
···11#!/usr/bin/env nix-shell22-#!nix-shell --pure -i bash -p cacert bundix22+#!nix-shell --pure -i bash -p cacert bundix bundler3344# Do these steps before running this script:55# 1. Copy Gemfile from new Redmine version to this folder···1414 fi1515done16161717+bundle lock --add-platform ruby1818+bundle lock --remove-platform x86_64-linux1719bundix -l