diff options
| author | Martin Fischer <martin@push-f.com> | 2025-11-16 11:19:26 +0100 |
|---|---|---|
| committer | Martin Fischer <martin@push-f.com> | 2025-11-16 11:20:13 +0100 |
| commit | ad2889e6d62c64d133c1147f247f761b13d6d374 (patch) | |
| tree | 5dbc6064db9032eaec26357e39eccf2604d8a403 /nixos/npins | |
| parent | 7c9096f9cb2bbe1075e2a39c06fc320a95c8b2ba (diff) | |
deps: use a more recent inkstitch
This includes two already upstreamed contributions from me:
1. fixes trims not being written
2. adding a "rotate on export" file setting
Diffstat (limited to 'nixos/npins')
| -rw-r--r-- | nixos/npins/sources.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/nixos/npins/sources.json b/nixos/npins/sources.json index 2a513e0..52a58b0 100644 --- a/nixos/npins/sources.json +++ b/nixos/npins/sources.json @@ -43,6 +43,18 @@ "url": null, "hash": "02ld2hpl3pmy54bqs8q7m0515lqsyajj9fxrhpf9qm1bjvc4f14w" }, + "my-inkstitch": { + "type": "Git", + "repository": { + "type": "Git", + "url": "https://git.push-f.com/inkstitch" + }, + "branch": "nix", + "submodules": false, + "revision": "e9eb05fc7d05009bd31fc0c3f9140f3d584ff932", + "url": null, + "hash": "00cg48azyf5017sdmw34ldbxjzmhvm0pqbv9xgxls6rrcnr409dc" + }, "my-lex-surf": { "type": "Git", "repository": { |
