mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 06:19:00 +00:00
apps/run-workflow-with-vm: set the rest args for nix-build
This commit is contained in:
parent
b45f061db7
commit
a12e062116
@ -1,7 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
workflow=$1
|
||||
shift 1
|
||||
nix-build -A config.system.build.vm -k \
|
||||
--argstr workflow "$1" \
|
||||
--argstr workflow "$workflow" \
|
||||
@datadir@/@projectname@/configuration.nix \
|
||||
@inputsArgs@ \
|
||||
$@ \
|
||||
${NIX_EXTRA_ARGS[@]}
|
||||
|
Loading…
Reference in New Issue
Block a user