Even more woooo

This commit is contained in:
pingu 2025-01-30 16:17:25 +01:00
parent d79410bbf5
commit 7b64c3cf47

View File

@ -39,7 +39,7 @@
.executable;
devShells.default = pkgs.mkShell {
packages = with pkgs; [ lean4 ];
packages = with pkgs; [ elan ];
};
};
};