forked from Fediversity/Fediversity
rename
This commit is contained in:
parent
f41fc6ec34
commit
149efe84e9
|
@ -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; [
|
||||
|
|
|
@ -6,7 +6,7 @@ rec {
|
|||
/**
|
||||
Build the web site
|
||||
*/
|
||||
site = name: dir:
|
||||
build = name: dir:
|
||||
let
|
||||
script = ''
|
||||
mkdir $out
|
Loading…
Reference in a new issue