Modernise CI (#22)
Co-authored-by: Smaug123 <3138005+Smaug123@users.noreply.github.com> Reviewed-on: #22
This commit is contained in:
@@ -14,15 +14,12 @@
|
||||
system: let
|
||||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
in
|
||||
# Conditionally include Swift and Apple SDK for Darwin systems
|
||||
# Conditionally include Swift for Darwin systems
|
||||
let
|
||||
darwinDeps =
|
||||
if system == "x86_64-darwin" || system == "aarch64-darwin"
|
||||
then [
|
||||
pkgs.swift
|
||||
pkgs.darwin.apple_sdk.frameworks.Foundation
|
||||
pkgs.darwin.apple_sdk.frameworks.CryptoKit
|
||||
pkgs.darwin.apple_sdk.frameworks.GSS
|
||||
]
|
||||
else [];
|
||||
in {
|
||||
|
Reference in New Issue
Block a user