trying local src
This commit is contained in:
parent
c35aec21f0
commit
0efe8702c4
2 changed files with 6 additions and 18 deletions
|
@ -1,23 +1,11 @@
|
|||
{
|
||||
stdenvNoCC,
|
||||
fetchurl,
|
||||
unzip,
|
||||
}: let
|
||||
day = "13";
|
||||
month = "12";
|
||||
year = "2022";
|
||||
in stdenvNoCC.mkDerivation rec {
|
||||
}:
|
||||
stdenvNoCC.mkDerivation {
|
||||
pname = "blobhaj";
|
||||
version = "${month}-${day}-${year}";
|
||||
version = "13.12.2022";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://heatherhorns.com/wp-content/uploads/${year}/${month}/Blobhaj-${version}.zip";
|
||||
hash = "";
|
||||
};
|
||||
|
||||
sourceRoot = ".";
|
||||
|
||||
nativeBuildInputs = [ unzip ];
|
||||
src = ./blobhaj;
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
neofox = (pkgs.callPackage ./neofox.nix { });
|
||||
blobfox = (pkgs.callPackage ./blobfox.nix { });
|
||||
blobhaj = (pkgs.callPackage ./blobhaj.nix { });
|
||||
blobhajFlags = (pkgs.callPackage ./blobhajFlags.nix { });
|
||||
# blobhajFlags = (pkgs.callPackage ./blobhajFlags.nix { });
|
||||
in mkIf conf.fedi.enable {
|
||||
services.akkoma = {
|
||||
enable = true;
|
||||
|
@ -109,7 +109,7 @@ in mkIf conf.fedi.enable {
|
|||
"emoji/neofox" = neofox;
|
||||
"emoji/blobfox" = blobfox;
|
||||
"emoji/blobhaj" = blobhaj;
|
||||
"emoji/blobhajFlags" = blobhajFlags;
|
||||
# "emoji/blobhajFlags" = blobhajFlags;
|
||||
};
|
||||
nginx = {
|
||||
serverName = "fedi.twoneis.site";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue