mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 10:58:02 +00:00
11 lines
219 B
Bash
11 lines
219 B
Bash
#!/usr/bin/env bash
|
|
|
|
workflow=$1
|
|
shift 1
|
|
nix-build -A config.system.build.vm -k \
|
|
--argstr workflow "$workflow" \
|
|
@datadir@/@projectname@/configuration.nix \
|
|
@inputsArgs@ \
|
|
$@ \
|
|
${NIX_EXTRA_ARGS[@]}
|