ci: drone: replace nix-shell with nix-run
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
7ab265ff6c
commit
8708719439
|
@ -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'
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in a new issue