nix-shell: Disable a failing test
Some checks are pending
test nix/build / nix/build (push) Waiting to run
test nix/develop / nix/develop (push) Waiting to run
test nix/shell / nix/shell (push) Waiting to run
Shellcheck / shellcheck (push) Waiting to run

This test is obsolete, the default environment includes gcc now.

Signed-off-by: Gergely Nagy <me@gergo.csillger.hu>
This commit is contained in:
Gergely Nagy 2025-04-19 13:50:39 +02:00
parent a110fcd4f6
commit cd059cf0c5
No known key found for this signature in database

View file

@ -23,19 +23,6 @@ jobs:
run: | run: |
hello 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 - name: no commands should still work
uses: ./shell uses: ./shell
with: with: