mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-01 02:23:54 +00:00
15 lines
234 B
Nix
15 lines
234 B
Nix
{
|
|
buildGoModule,
|
|
anvil-editor,
|
|
}:
|
|
|
|
buildGoModule {
|
|
inherit (anvil-editor) version src meta;
|
|
|
|
pname = "anvil-editor-extras";
|
|
|
|
modRoot = "anvil-extras";
|
|
|
|
vendorHash = "sha256-PH7HSMlCAHn4L1inJDbDcj6n+i6LXakIOqwdUkRjf9E=";
|
|
}
|