hack in darwin shell
This commit is contained in:
parent
17f150a077
commit
33bbbafcbe
1 changed files with 14 additions and 0 deletions
14
flake.nix
14
flake.nix
|
@ -50,6 +50,20 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
in rec {
|
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" =
|
devShell."x86_64-linux" =
|
||||||
nixpkgs-stable.legacyPackages."x86_64-linux".mkShell {
|
nixpkgs-stable.legacyPackages."x86_64-linux".mkShell {
|
||||||
buildInputs =
|
buildInputs =
|
||||||
|
|
Loading…
Reference in a new issue