images/pocket-id: init (#93)

This commit is contained in:
tomf 2025-07-01 21:31:24 +10:00 committed by GitHub
parent 02f2b05be8
commit 96c221d72c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,6 @@
{ buildCLIImage
, pocket-id
}:
buildCLIImage {
drv = pocket-id;
}