feat: store attempts

This commit is contained in:
2025-02-26 23:41:55 +01:00
parent 7118b66104
commit 2e83efcf12
30 changed files with 1252 additions and 221 deletions

View File

@@ -130,8 +130,10 @@
basecamp.mkShell pkgs {
rust.enable = true;
rust.toolchain.targets = [ "wasm32-unknown-unknown" ];
rust.toolchain.components.rust-analyzer.nightly = true;
packages = [
pkgs.bacon
pkgs.cargo-leptos
pkgs.leptosfmt
pkgs.dart-sass
@@ -142,7 +144,7 @@
pkgs.binaryen
];
env.RUST_LOG = "info,ascend=trace";
env.RUST_LOG = "info,ascend=debug";
env.MOONBOARD_PROBLEMS = "moonboard-problems";
};
};