Add cryptsetup to devshell

This commit is contained in:
Erwin Boskma 2023-09-11 20:16:40 +02:00
parent 483b440a05
commit a8ae29fc24
Signed by: erwin
SSH key fingerprint: SHA256:9LmFDe1C6jSrEyqxxvX8NtJBmcbB105XoqyUZF092bg

View file

@ -157,6 +157,7 @@
config = {
allowUnfree = true;
firefox.speechSynthesisSupport = true;
};
};
}
@ -263,6 +264,10 @@
just
pciutils
(cryptsetup.override {
withInternalArgon2 = true;
})
disko.packages.${system}.disko
];
};