septastic/api/shell.nix
Nicholas Orlowsky be177af6cd
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Has been cancelled
many changes
2025-09-12 19:08:22 -04:00

8 lines
142 B
Nix

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