Update flake and set web build url appropriately

This commit is contained in:
thiloho
2023-08-01 23:08:33 +00:00
parent e3e53c5fe9
commit 9f6ae59b36
2 changed files with 10 additions and 22 deletions

View File

@@ -44,19 +44,7 @@
"aurora.thilohohlt.com" = {
enableACME = true;
forceSSL = true;
root = pkgs.buildNpmPackage {
name = "build-aurora-blog";
buildInputs = with pkgs; [
nodejs_18
];
src = builtins.path { path = ./.; name = "aurora-blog-example"; };
npmDepsHash = "";
npmBuild = "npm run build";
installPhase = ''
mkdir $out
cp -r dist/* $out
'';
};
root = inputs.aurora-blog-template.packages.default;
};
};
};