This commit is contained in:
Valentin Gagarin 2024-11-13 15:24:40 +01:00 committed by Valentin Gagarin
parent f41fc6ec34
commit 149efe84e9
2 changed files with 3 additions and 3 deletions

View file

@ -9,10 +9,10 @@
,
}:
let
lib' = pkgs.callPackage ./lib.nix { };
site = pkgs.callPackage ./site.nix { };
in
{
site = lib'.site "fediversity.eu" ./content;
build = site.build "fediversity.eu" ./content;
shell = pkgs.mkShellNoCC {
packages = with pkgs; [

View file

@ -6,7 +6,7 @@ rec {
/**
Build the web site
*/
site = name: dir:
build = name: dir:
let
script = ''
mkdir $out