diff options
| author | seth <[email protected]> | 2023-12-01 03:16:46 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-12-01 03:17:13 -0500 |
| commit | 47b69d937ed944aaa41fa80661cdfa9ec72246ca (patch) | |
| tree | c94be659d605a0ce14cca102799245d84fd40feb /parts/packages.nix | |
| parent | 6dddb6d11b95496a360b5c820447325996cd9291 (diff) | |
flake: fix darwin support
Diffstat (limited to 'parts/packages.nix')
| -rw-r--r-- | parts/packages.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/parts/packages.nix b/parts/packages.nix index 8ca9972..4e1ab27 100644 --- a/parts/packages.nix +++ b/parts/packages.nix @@ -12,6 +12,13 @@ packages = { teawiebot = pkgs.callPackage ./derivation.nix { inherit self; + inherit + (pkgs.darwin.apple_sdk.frameworks) + CoreFoundation + Security + SystemConfiguration + ; + naersk = inputs.naersk.lib.${system}; }; |
