Next Generation WASM Microkernel Operating System

fix spindle check

+7 -1
+7 -1
.tangled/workflows/check.yml
··· 7 7 CLICOLOR: 1 8 8 RUSTFLAGS: -Dwarnings 9 9 10 + dependencies: 11 + ## from nixpkgs 12 + nixpkgs: 13 + - cargo 14 + - just 15 + 10 16 steps: 11 17 - name: cargo check 12 - command: nix develop --command just check 18 + command: just check