mirror of
https://github.com/nix-community/docker-nixpkgs.git
synced 2026-01-12 12:50:36 -05:00
7 lines
68 B
Nix
7 lines
68 B
Nix
{ buildCLIImage
|
|
, pocket-id
|
|
}:
|
|
buildCLIImage {
|
|
drv = pocket-id;
|
|
}
|