Skip to content

Commit

Permalink
ci: loadGlistixPackage needs --impure to detect system
Browse files Browse the repository at this point in the history
  • Loading branch information
PgBiel committed Apr 26, 2024
1 parent f996427 commit 7aa0fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ jobs:
working-directory: ./.test-flake/newpkg

- name: Test 'loadGlistixPackage' on generated project
run: "nix eval -L --override-input glistix ../.. .#lib --apply '(lib: (lib.loadGlistixPackage { }).main { })'"
run: "nix eval -L --override-input glistix ../.. .#lib --apply '(lib: (lib.loadGlistixPackage { }).main { })' --impure"
working-directory: ./.test-flake/newpkg

test-wasm:
Expand Down

0 comments on commit 7aa0fd6

Please sign in to comment.