diff --git a/flake.nix b/flake.nix index 7d82fc9..3f60c54 100644 --- a/flake.nix +++ b/flake.nix @@ -1,3 +1,11 @@ +# Retained per standards#102 rule 3 (KEEP+DEP). guix.scm is a +# node-build-system shell with no declared inputs; the sealed +# Containerfile is Deno-only. This flake's devShell is the SOLE source +# of the Rust + WASM toolchain (rust-overlay rustToolchain with the +# wasm32-unknown-unknown target, wasm-pack, wasm-bindgen-cli, +# binaryen/wasm-opt) and the ReScript build chain (rescript, nodejs, +# just, cargo-watch). Remove only once a Guix-side Rust/WASM/ReScript +# story exists. { description = "UbiCity - Learning Capture System (RSR-Compliant)";