diff options
Diffstat (limited to '.build.yml')
-rw-r--r-- | .build.yml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -7,3 +7,6 @@ tasks: - build: | cd biz nix-build ./default.nix -A Biz.Cloud -A Biz.Dev + - nix-shell: | + cd biz + nix-shell --run "echo okay" |