aboutsummaryrefslogtreecommitdiff
path: root/cmd/flakeinfo/main.go (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-05-06messing with stuffFranck Cuny1-73/+0
2024-02-19display flake information in a more readable formatFranck Cuny1-7/+15
2024-01-22add build information to `flake-info`Franck Cuny1-1/+23
2024-01-22build all the binaries using a MakefileFranck Cuny1-0/+0
Add a Makefile to build the local binaries. Rename all the commands without a dash. We can build the commands with `make all` or by being explicit, for example `make bin/x509-info`. Add a common package to keep track of build information (commit and build date) so we can reuse the same pattern across all the commands.
2024-01-21initial version of the flake-info commandFranck Cuny1-0/+43
A tool to display information about a flake. For now we shows all the inputs and when they were updated last.