diff --git a/.drone.yml b/.drone.yml index 3b246c8..f516f99 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,4 +6,9 @@ name: exec-docker-test steps: - name: test image: hello-world +--- +steps: +- name: test + commands: + - nix shell 'nixpkgs#hello' -c hello ...