Skip to content

Commit

Permalink
build: fix packagers shell on darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Aug 15, 2024
1 parent 632979a commit abdde68
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,12 @@
# nix develop .#packagers
devShells.packagers = pkgs.mkShell {
packages = with pkgs; [
apk-tools
dpkg
] ++ (lib.optionals pkgs.stdenv.isLinux [
apk-tools
rpm
];
]);

};

# nix develop .#docs
Expand Down

0 comments on commit abdde68

Please sign in to comment.