adx/impure.nix

4 lines
139 B
Nix

# Slimmed down shell.nix for users who have Rust pre-installed
with import <nixpkgs> { };
mkShell { buildInputs = [ pkgconfig openssl ]; }