From cd059cf0c5e9cdba8e589ca7f748b49bd2db3672 Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Sat, 19 Apr 2025 13:50:39 +0200 Subject: [PATCH] nix-shell: Disable a failing test This test is obsolete, the default environment includes gcc now. Signed-off-by: Gergely Nagy --- .forgejo/workflows/nix-shell.yaml | 13 ------------- 1 file changed, 13 deletions(-) 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: