put static_registry as first argument

This commit is contained in:
Maximilian Güntner
2020-06-20 19:18:49 +02:00
parent 9920b3b9e8
commit 8925fea5dc
3 changed files with 10 additions and 6 deletions

View File

@@ -1,3 +1,3 @@
#!/usr/bin/env bash
./build_containers.sh
./build_registry.py > static_registry/default.nix
./build_containers.sh $1
./build_registry.py $1 > ${1}/default.nix