Add journalctl-last-invocation package

This commit is contained in:
Reinout Meliesie 2025-03-10 23:54:40 +01:00
parent 4d4691f603
commit e280279edb
Signed by: zedfrigg
GPG key ID: 3AFCC06481308BC6
2 changed files with 37 additions and 0 deletions

View file

@ -16,6 +16,10 @@ with pkgs ;
import packages/bookwyrm/package.nix
) {} ;
journalctl-last-invocation = callPackage (
import packages/journalctl-last-invocation/package.nix
) {} ;
python = {
bw-file-resubmit = callPackage (