move pkgs
This commit is contained in:
parent
84f07ef08f
commit
af2b5a14f2
14 changed files with 1 additions and 1 deletions
21
pkgs/gitea-agatheme/default.nix
Normal file
21
pkgs/gitea-agatheme/default.nix
Normal file
|
@ -0,0 +1,21 @@
|
|||
{ stdenvNoCC, fetchurl, lib }:
|
||||
stdenvNoCC.mkDerivation {
|
||||
pname = "gitea-agatheme";
|
||||
version = "1.2";
|
||||
|
||||
src = fetchurl {
|
||||
url =
|
||||
"https://git.lain.faith/attachments/290e2304-92a3-4991-8703-fbbf52f31340";
|
||||
sha256 = "424f4e232c7d759485cdf1bcde9edde50f2992cf6bde61c21f71eae03a905543";
|
||||
};
|
||||
|
||||
phases = [ "installPhase" ];
|
||||
|
||||
installPhase = ''
|
||||
cp $src $out
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "Gitea/Forgejo purple theme";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue