Skip to content

Commit

Permalink
debug for mac CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Radvendii committed Oct 5, 2023
1 parent 67e6c07 commit e92a7b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ jobs:

- name: Run all checks
run: |
# debug
nix path-info .#nix
echo "========================"
nix derivation show $(nix path-info .#nix)
echo "========================"
# see https://github.com/NixOS/nix/issues/8949 for why we redirect to
# an output file. Everything else is just capturing the error code
# while still printing the logs
Expand Down
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -578,6 +578,7 @@
in
rec {
packages = {
nix = nix-input.packages.${system}.default;
inherit (mkCraneArtifacts { })
nickel-lang-cli
benchmarks
Expand Down

0 comments on commit e92a7b6

Please sign in to comment.