without nix-instantiate
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 29s
Example / Example (push) Failing after 2m4s

This commit is contained in:
Zuckerberg 2023-10-01 09:00:23 -06:00
parent b91aef53e2
commit 78dfcb09e6

View File

@ -29,8 +29,8 @@ jobs:
run: | run: |
ls ${{ gitea.workspace }} ls ${{ gitea.workspace }}
- name: Print nixpkgs version # - name: Print nixpkgs version
run: nix-instantiate --eval -E '(import <nixpkgs> {}).lib.version' # run: nix-instantiate --eval -E '(import <nixpkgs> {}).lib.version'
- run: nix-shell -p cowsay --run "cowsay test" - run: nix-shell -p cowsay --run "cowsay test"
- run: nix run nixpkgs#cowsay -- hello - run: nix run nixpkgs#cowsay -- hello