hack in darwin shell

This commit is contained in:
Cyryl Płotnicki 2022-05-06 09:12:34 +01:00
parent 17f150a077
commit 33bbbafcbe
No known key found for this signature in database
GPG key ID: 534222210FE423ED

View file

@ -50,6 +50,20 @@
};
};
in rec {
devShell."x86_64-darwin" =
nixpkgs-stable.legacyPackages."x86_64-darwin".mkShell {
buildInputs =
with nixpkgs-nixos-unstable.legacyPackages."x86_64-darwin"; [
cacert
git
nixFlakes
nixpkgs-fmt
openssh
openssl
pkg-config
statix
];
};
devShell."x86_64-linux" =
nixpkgs-stable.legacyPackages."x86_64-linux".mkShell {
buildInputs =