guix 0.0.2
guix: ^0.0.2 copied to clipboard
Reproducible Dart and Flutter builds with GNU Guix.
Changelog #
0.0.2 #
setupcommand now fetches the Android SDK (cmdline-tools download, license acceptance, and sdkmanager component installation via Guix shell).- Fixed CLI
--versionreporting wrong version string. - Removed unused
--pinnedflag fromsetupcommand. - Added tests for
init,doctor,pin,build,shell, andcleancommands.
0.0.1 #
- Initial release.
initcommand: generateguix.yaml, platform manifests, and pin channels.setupcommand: fetch Flutter SDK with optional SHA-256 verification.shellcommand: enter an interactive Guix development shell.buildcommand: run a reproducible build inside a Guix environment.doctorcommand: check prerequisites and configuration.pincommand: updateguix/channels.scmfrom current Guix state.cleancommand: remove fetched SDKs and build artifacts.ejectcommand: generate standalone shell scripts and a Makefile.