Next Generation WASM Microkernel Operating System

fix: add engine field to tangled CI pipeline declarations

Adds the now required engine fields to the tangled CI pipeline declaration files.

+6
+2
.tangled/workflows/check.yml
··· 7 7 CLICOLOR: 1 8 8 RUSTFLAGS: -Dwarnings 9 9 10 + engine: "nixery" 11 + 10 12 steps: 11 13 - name: cargo check 12 14 command: nix develop --command just check
+2
.tangled/workflows/clippy.yml
··· 7 7 CLICOLOR: 1 8 8 RUSTFLAGS: -Dwarnings 9 9 10 + engine: "nixery" 11 + 10 12 steps: 11 13 - name: cargo clippy 12 14 command: nix develop --command just clippy
+2
.tangled/workflows/fmt.yml
··· 7 7 CLICOLOR: 1 8 8 RUSTFLAGS: -Dwarnings 9 9 10 + engine: "nixery" 11 + 10 12 steps: 11 13 - name: cargo fmt 12 14 command: nix develop --command just check-fmt