Compare commits
No commits in common. "19fa28545f0c63d7f652ac191eb87fafd5d37c37" and "f68cbc2f5abc0536c4138b7120c20bdc6817a78d" have entirely different histories.
19fa28545f
...
f68cbc2f5a
2 changed files with 1 additions and 3 deletions
|
@ -17,4 +17,4 @@ jobs:
|
||||||
runs-on: native
|
runs-on: native
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/action-conventional-commits@v1.3.0
|
- uses: https://github.com/webiny/action-conventional-commits@v1.3.0
|
||||||
|
|
|
@ -109,8 +109,6 @@
|
||||||
++ lib.optionals pkgs.stdenv.isDarwin [
|
++ lib.optionals pkgs.stdenv.isDarwin [
|
||||||
# Additional darwin specific inputs can be set here
|
# Additional darwin specific inputs can be set here
|
||||||
pkgs.libiconv
|
pkgs.libiconv
|
||||||
pkgs.darwin.apple_sdk.frameworks.Security
|
|
||||||
pkgs.darwin.apple_sdk.frameworks.SystemConfiguration
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# Additional environment variables can be set directly
|
# Additional environment variables can be set directly
|
||||||
|
|
Loading…
Reference in a new issue