- Nix 96.6%
- Shell 1.7%
- C 0.9%
- Makefile 0.8%
| pkgs | Update, add stable dev shell | |
| templates | Reference the Codeberg repo instead | |
| .gitignore | Make update-pkgs run in parallel, ignore file | |
| flake.lock | Update flake.lock, CE toolchain | |
| flake.nix | Update, add stable dev shell | |
| LICENSE | Add license | |
| README.md | Reference the Codeberg repo instead | |
| update-pkgs.sh | Update stuff, add binutils-z80 | |
Calculator Programs Repo
This is a new and improved version of my original calculator-focused repo, which only provided a program builder. The older repo still exists and is catered towards flakes, but this Nix repo is meant to be a collection of calculator programs.
DISCLAIMER: Only x86_64-linux is supported because I don't have access to a Mac and don't want to use a Hackintosh. I will support x86_64-darwin if I buy one.
Contributing
If you want to see a program added to the repo or would want a program to be updated, feel free to open a GitHub issue.
See pkgs/ce-programs/oiram/default.nix for a template.
If you aren't a Nixpkgs maintainer, omit the meta.maintainers attribute.
Licenses
This repo is licensed under the MIT license, with the templates directory consisting of code under the LGPL-3.0 license located at examples/hello_world.