about summary refs log tree commit diff
path: root/tools/sendsms/default.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ref(tools/sendsms): it's been moved to its own repositoryFranck Cuny2022-11-211-14/+0
| | | | https://git.fcuny.net/fcuny/sendsms
* feat(naersk): use naersk to build packages with rustFranck Cuny2022-09-261-2/+1
| | | | | | | | | | | | | naersk makes it simple to build rust project in nix. For this to work, `mkSystem` and `mkHomeManagerConfiguration` needs to pass naersk to my overlays. I dropped the support to run the tools with `nix run .#tools...`: I don't use this in practice and it's not making things simpler. I dropped `nix-linter` from the check, it's reporting many errors without helping me to fix them.
* feat(tools/sendsms): build sendsms with nix via naerskFranck Cuny2022-09-071-0/+15
I can now run `nix build .#tools.sendsms` to build the tool, or get it deployed on a machine. Change-Id: I82c733be466adb229d98414fd1229e05f355dd7d