nixos-config/apps/run-workflow-with-vm/app.sh

8 lines
183 B
Bash

#!/usr/bin/env bash
nix-build -A config.system.build.vm -k \
--argstr workflow "$1" \
@datadir@/@projectname@/configuration.nix \
@inputsArgs@ \
${NIX_EXTRA_ARGS[@]}