flake: add docker image
This commit is contained in:
parent
0fce9e09c4
commit
24c7a34b0e
5 changed files with 52 additions and 34 deletions
|
@ -1,9 +1,10 @@
|
|||
{ pkgs, lib, buildGoModule }:
|
||||
{ lib, buildGoModule }:
|
||||
buildGoModule {
|
||||
pname = "pad-archiver";
|
||||
version = "0.0.1";
|
||||
src = ../.;
|
||||
vendorSha256 = "sha256-vBni3j3o0P13PJg/Ab1ux9zSVr05Iha/sb8dVTX4G0g=";
|
||||
ldflags = [ "-s" "-w" ];
|
||||
meta = with lib; {
|
||||
description = "Archives Etherpads with git";
|
||||
homepage = "https://github.com/dadada/pad-archiver";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue