trying local src

This commit is contained in:
twoneis 2025-02-24 20:46:25 +01:00
parent c35aec21f0
commit 0efe8702c4
2 changed files with 6 additions and 18 deletions

View file

@ -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