various updates
This commit is contained in:
parent
f29f2e9b20
commit
2cad79d4b5
9 changed files with 76 additions and 21 deletions
|
@ -1,4 +1,4 @@
|
|||
{ stdenvNoCC, fetchurl }:
|
||||
{ stdenvNoCC, fetchurl, lib }:
|
||||
stdenvNoCC.mkDerivation {
|
||||
pname = "gitea-agatheme";
|
||||
version = "1.2";
|
||||
|
@ -14,4 +14,8 @@ stdenvNoCC.mkDerivation {
|
|||
installPhase = ''
|
||||
cp $src $out
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "Gitea/Forgejo purple theme";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue