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

View File

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