./deploy: also accept parameters

This commit is contained in:
Jörg Thalheim 2022-04-11 16:19:27 +02:00
parent 7c0b01a1ae
commit 5df049e7c6
No known key found for this signature in database

2
deploy
View file

@ -1,3 +1,3 @@
#!/usr/bin/env bash
nix develop -c inv deploy
nix develop -c inv deploy "$@"