hsck/common_deps.nix

8 lines
63 B
Nix

{ pkgs }:
with pkgs; [
openssl
pkgconfig
rustc
cargo
]