``` environment.systemPackages = environment.systemPackages ++ [ (import (builtins.fetchTarball https://github.com/hercules-ci/arion/tarball/master) {}).arion ]; ```