Skip to content

Commit a502c9c

Browse files
committed
Update nix flake
1 parent e692bad commit a502c9c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

flake.nix

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
in {
1313
devShells.default = pkgs.mkShell {
1414
nativeBuildInputs = with pkgs; [
15-
nodejs yarn' python pkg-config git rsync jq moreutils
15+
nodejs yarn' python pkg-config git rsync jq moreutils quilt
1616
];
1717
buildInputs = with pkgs; (lib.optionals (!stdenv.isDarwin) [ libsecret ]
1818
++ (with xorg; [ libX11 libxkbfile ])
19-
++ lib.optionals stdenv.isDarwin [
20-
AppKit Cocoa CoreServices Security cctools xcbuild
21-
]);
19+
++ lib.optionals stdenv.isDarwin (with pkgs.darwin.apple_sdk.frameworks; [
20+
AppKit Cocoa CoreServices Security xcbuild
21+
]));
2222
};
2323
}
2424
);

0 commit comments

Comments
 (0)