add flake
This commit is contained in:
parent
73ffdfd63a
commit
eac632d0cc
7 changed files with 95 additions and 0 deletions
13
nix/default.nix
Normal file
13
nix/default.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{ pkgs, lib, buildGoModule }:
|
||||
buildGoModule {
|
||||
pname = "pad-archiver";
|
||||
version = "0.0.1";
|
||||
src = ../.;
|
||||
vendorSha256 = "sha256-e9I2mhSjLxMuCO9+g13XbDYI15Q879iG1AGZv6otuEA=";
|
||||
meta = with lib; {
|
||||
description = "Archives Etherpads with git";
|
||||
homepage = "https://git.fginfo.tu-bs.de/fginfo/pad-archiver";
|
||||
license = licenses.mit;
|
||||
maintainers = [ "y0067212" ];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue