arx icon indicating copy to clipboard operation
arx copied to clipboard

Bundles code and a job to run for local or remote execution.

Results 3 arx issues
Sort by recently updated
recently updated
newest added

Cabal has a new build system: https://cabal.readthedocs.io/en/latest/nix-local-build-overview.html and it is now the default as of Cabal 3.0. As such, the arx build scripts no longer work on Cabal 3.0. A...

Some binaries use $0 sniffing to determine what mode to use. So, we want to propagate the argv0 we are using so we can use these programs. A good example...