forked from Fediversity/Fediversity
rename
This commit is contained in:
parent
f41fc6ec34
commit
149efe84e9
|
@ -9,10 +9,10 @@
|
||||||
,
|
,
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
lib' = pkgs.callPackage ./lib.nix { };
|
site = pkgs.callPackage ./site.nix { };
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
site = lib'.site "fediversity.eu" ./content;
|
build = site.build "fediversity.eu" ./content;
|
||||||
|
|
||||||
shell = pkgs.mkShellNoCC {
|
shell = pkgs.mkShellNoCC {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
|
|
|
@ -6,7 +6,7 @@ rec {
|
||||||
/**
|
/**
|
||||||
Build the web site
|
Build the web site
|
||||||
*/
|
*/
|
||||||
site = name: dir:
|
build = name: dir:
|
||||||
let
|
let
|
||||||
script = ''
|
script = ''
|
||||||
mkdir $out
|
mkdir $out
|
Loading…
Reference in a new issue