ci: drone: replace nix-shell with nix-run
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Bruno BELANYI 2021-06-12 17:22:32 +02:00
parent 7ab265ff6c
commit 8708719439
1 changed files with 1 additions and 1 deletions

View File

@ -13,5 +13,5 @@ name: exec runner test
steps:
- name: test
commands:
- nix shell 'nixpkgs#hello' -c hello
- nix run 'nixpkgs#hello'
...