hello/TODO

15 lines
489 B
Plaintext
Raw Normal View History

2023-09-14 16:47:45 +00:00
* add GitHub Actions/workflow to build all targets, upload/publish all artifacts
* deb, rpm?, tgz of source?
2023-09-12 15:31:06 +00:00
* Docker container on DockerHub, GitHub Container Repository (ghcr.io)
* containers could have multiple tags as in `latest` and `1.0.0`
* build windows MSYS2
* Gitpod
2023-09-13 17:54:05 +00:00
* README.md
* build and other badges
-----
nix flake show
2023-09-13 19:19:18 +00:00
nix flake check
nix shell github:gburd/hello -c hello
2023-09-13 17:54:05 +00:00
nix flake show --json | jq '.packages."x86_64-linux"|keys[]'| xargs -I {} nix build .#{}