We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e692bad commit a502c9cCopy full SHA for a502c9c
flake.nix
@@ -12,13 +12,13 @@
12
in {
13
devShells.default = pkgs.mkShell {
14
nativeBuildInputs = with pkgs; [
15
- nodejs yarn' python pkg-config git rsync jq moreutils
+ nodejs yarn' python pkg-config git rsync jq moreutils quilt
16
];
17
buildInputs = with pkgs; (lib.optionals (!stdenv.isDarwin) [ libsecret ]
18
++ (with xorg; [ libX11 libxkbfile ])
19
- ++ lib.optionals stdenv.isDarwin [
20
- AppKit Cocoa CoreServices Security cctools xcbuild
21
- ]);
+ ++ lib.optionals stdenv.isDarwin (with pkgs.darwin.apple_sdk.frameworks; [
+ AppKit Cocoa CoreServices Security xcbuild
+ ]));
22
};
23
}
24
);
0 commit comments