Put back default pure shell.

This commit is contained in:
Nicolas Patry 2024-08-28 14:54:05 +02:00
parent f886747949
commit 12325564dc
No known key found for this signature in database
GPG Key ID: 64AF4752B2967863

View File

@ -56,8 +56,7 @@
in
{
devShells = with pkgs; rec {
default = impure;
default = pure;
pure = mkShell {
buildInputs = [