diff --git a/.forgejo/workflows/nix-shell.yaml b/.forgejo/workflows/nix-shell.yaml index a628303..16f7e81 100644 --- a/.forgejo/workflows/nix-shell.yaml +++ b/.forgejo/workflows/nix-shell.yaml @@ -23,19 +23,6 @@ jobs: run: | hello - - name: ensure we're not in a dev environment - uses: ./shell - with: - flake: ./shell/test - package: "hello" - run: | - set -x - - # if we have gcc installed, we're in a dev environment. - # we don't want to be in a dev environment - type -p gcc >/dev/null && exit 1 - hello - - name: no commands should still work uses: ./shell with: