diff options
author | Ben Sima <ben@bsima.me> | 2020-11-17 15:25:39 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-11-17 15:25:39 -0500 |
commit | 3887308a3ad006b487f180d29b495c65294a7d26 (patch) | |
tree | 2d8fbf874e81f740c944f553b83e44070b477f14 /.build.yml | |
parent | b1468fd5630a01966c9c3243de6c7882c3c95b7a (diff) |
Update nix-shell stuff for linux
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" |