diff --git a/.drone.yml b/.drone.yml index 70b7e63..68f3919 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,5 +13,5 @@ name: exec runner test steps: - name: test commands: - - nix shell 'nixpkgs#hello' -c hello + - nix run 'nixpkgs#hello' ...