septastic/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
152 B
Nix

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