ci: drone: replace nix-shell with nix-run
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Bruno BELANYI 2021-06-12 17:22:32 +02:00
parent 7ab265ff6c
commit 8708719439

View file

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