Skip to content

Commit 49944ab

Browse files
committed
chore(nix): remove macOS-specific Foundation framework addition
1 parent 888419d commit 49944ab

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

flake.nix

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -110,13 +110,7 @@
110110
pkgs.httpie
111111
pkgs.sqlite
112112
pkgs.prefetch-npm-deps
113-
]
114-
++ (pkgs.lib.optionals pkgs.stdenv.isDarwin (
115-
with pkgs.darwin.apple_sdk.frameworks;
116-
[
117-
Foundation
118-
]
119-
));
113+
];
120114
};
121115

122116
formatter = pkgs.treefmt.withConfig {

0 commit comments

Comments
 (0)