~ruther/nix-fpga

b8958c68d53d1312f29ca0a51071b2598fc35d10 — Rutherther 1 year, 1 month ago f865711
fix: pass arguments to questa scripts
1 files changed, 2 insertions(+), 2 deletions(-)

M flake.nix
M flake.nix => flake.nix +2 -2
@@ 118,7 118,7 @@
            export PATH=$INSTALL_DIR/bin:$PATH
          fi
          export LD_LIBRARY_PATH=/lib:$LD_LIBRARY_PATH
          exec bash -c "$@"
          exec "$@"
        '';
      };



@@ 133,7 133,7 @@
      ];

      wrappedQuestaScripts = map (x: pkgs.writeScriptBin x ''
        exec ${questaFhsEnv}/bin/questasim-env ${x}
        exec ${questaFhsEnv}/bin/questasim-env ${x} "$@"
      '') questaFiles;

    in {

Do not follow this link