Skip to content

Commit abdde68

Browse files
committed
build: fix packagers shell on darwin
1 parent 632979a commit abdde68

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

flake.nix

+4-2
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,12 @@
3333
# nix develop .#packagers
3434
devShells.packagers = pkgs.mkShell {
3535
packages = with pkgs; [
36-
apk-tools
3736
dpkg
37+
] ++ (lib.optionals pkgs.stdenv.isLinux [
38+
apk-tools
3839
rpm
39-
];
40+
]);
41+
4042
};
4143

4244
# nix develop .#docs

0 commit comments

Comments
 (0)