get ready for early publish

This commit is contained in:
Schrottkatze 2025-05-13 09:49:20 +02:00
parent 01de2f385a
commit fdfff2c33a
Signed by: schrottkatze
SSH key fingerprint: SHA256:FPOYVeBy3QP20FEM42uWF1Wa/Qhlk+L3S2+Wuau/Auo
11 changed files with 42 additions and 3 deletions

View file

@ -30,6 +30,7 @@
{
default = pkgs.mkShell rec {
buildInputs = with pkgs; [
cargo-watch
toolchain
];
LD_LIBRARY_PATH = pkgs.lib.makeLibraryPath buildInputs;