summaryrefslogtreecommitdiff
path: root/srv-dev-env.sh
diff options
context:
space:
mode:
Diffstat (limited to 'srv-dev-env.sh')
-rw-r--r--srv-dev-env.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/srv-dev-env.sh b/srv-dev-env.sh
index 9d2ee87..2df9918 100644
--- a/srv-dev-env.sh
+++ b/srv-dev-env.sh
@@ -11,7 +11,7 @@ test_cfg="(import ./config.nix) // {
entrypoint=$(nix-build --no-out-link -A entrypoint \
--arg baseConfig "$test_cfg" \
- --arg baseSkipServices '["srv"]')
+ --arg skipServices '["srv"]')
$entrypoint &
trap "kill $!; wait; rm -rf $test_dir" EXIT