septastic/shell.nix
2026-02-16 21:36:36 -05:00

16 lines
216 B
Nix

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