Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelchcki committed Jul 9, 2024
1 parent 1bb75aa commit afad00e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nix-auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
- run: nix build -L '.githubActions.checks.#${{ matrix.attr }}'
- run: nix build -L '.#githubActions.checks.${{ matrix.attr }}'
3 changes: 2 additions & 1 deletion ddtrace.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ let
setuptools
setuptools_scm
cython
]);
])
++ lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.IOKit ];

propagatedBuildInputs = with python.pkgs; [
attrs
Expand Down

0 comments on commit afad00e

Please sign in to comment.