septastic/shell.nix

9 lines
169 B
Nix

with import <nixpkgs> {};
stdenv.mkDerivation {
name = "env";
nativeBuildInputs = [ pkg-config postgresql_14 ];
buildInputs = [
cryptsetup
protobuf
];
}