personal-site/shell.nix
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
];
}