septastic/shell.nix
Nicholas Orlowsky f5e0a31bb7
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Has been cancelled
live tracking and filter
2025-09-19 21:38:57 -04:00

8 lines
156 B
Nix

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