septastic/shell.nix
Nicholas Orlowsky 3f68335eb4
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 39s
cleanup and filter support
2026-02-21 15:26:48 -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
];
}