mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 10:58:02 +00:00
8 lines
183 B
Bash
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[@]}
|