Skip to content

Commit

Permalink
disable CI step that depends on flakes
Browse files Browse the repository at this point in the history
Our fork doesn't enable the experimental features by default.
  • Loading branch information
abathur committed Dec 20, 2024
1 parent 1aed143 commit 14a8e32
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -572,14 +572,15 @@ jobs:
logger: pretty
- name: echo $PATH
run: echo $PATH
- name: Test `nix` with `$GITHUB_PATH`
if: success() || failure()
run: |
nix run nixpkgs#hello
nix profile install nixpkgs#hello
hello
nix store gc
nix run nixpkgs#hello
# We don't enable flakes by default.
# - name: Test `nix` with `$GITHUB_PATH`
# if: success() || failure()
# run: |
# nix run nixpkgs#hello
# nix profile install nixpkgs#hello
# hello
# nix store gc
# nix run nixpkgs#hello
# NOTE(cole-h): GHA pushed a weird image that breaks this test for whatever reason, so ignore
# the failure for now
- name: Test bash
Expand Down

0 comments on commit 14a8e32

Please sign in to comment.