diff options
| author | seth <[email protected]> | 2024-03-20 02:28:43 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-03-20 06:34:42 +0000 |
| commit | faa038757ced955bb5c0a98dae7be6e7185af677 (patch) | |
| tree | 319cbd2e11cf74e2a464dbaf42370ec1f8eb57de /nix/packages.nix | |
| parent | 362b80924010d0e425dc41885c8ee148f6d9ca36 (diff) | |
nix: cleanup derivation + static package
Diffstat (limited to 'nix/packages.nix')
| -rw-r--r-- | nix/packages.nix | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/nix/packages.nix b/nix/packages.nix index 85a2cfe..ba6dc6e 100644 --- a/nix/packages.nix +++ b/nix/packages.nix @@ -12,13 +12,6 @@ packages = { teawiebot = pkgs.callPackage ./derivation.nix { inherit self; - inherit - (pkgs.darwin.apple_sdk.frameworks) - CoreFoundation - Security - SystemConfiguration - ; - naersk = inputs.naersk.lib.${system}; }; |
