website: initial ooknet website commit
This commit is contained in:
parent
97be7a19c6
commit
a9280b78cd
55 changed files with 2424 additions and 2 deletions
13
outputs/pkgs/website/default.nix
Normal file
13
outputs/pkgs/website/default.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
stdenvNoCC,
|
||||
zola,
|
||||
}:
|
||||
stdenvNoCC.mkDerivation {
|
||||
pname = "ooknet.org";
|
||||
version = "0.1.0";
|
||||
src = ./src;
|
||||
nativeBuildInputs = [zola];
|
||||
|
||||
buildPhase = "zola build -o $out";
|
||||
dontInstall = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue