Skip to content

Commit

Permalink
remove IOKit
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanccn committed Dec 2, 2023
1 parent 0b18808 commit f3eabc8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions nix/derivation.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
CoreFoundation,
Security,
SystemConfiguration,
IOKit,
optimizeSize ? false,
}:
naersk.buildPackage {
Expand All @@ -15,7 +14,6 @@ naersk.buildPackage {
CoreFoundation
Security
SystemConfiguration
IOKit
];

RUSTFLAGS = lib.optionalString optimizeSize " -C codegen-units=1 -C strip=symbols -C opt-level=z";
Expand Down
2 changes: 0 additions & 2 deletions nix/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
Security
SystemConfiguration
;

inherit (pkgs.darwin) IOKit;
};

default = config.packages.valfisk;
Expand Down

0 comments on commit f3eabc8

Please sign in to comment.