mirror of
https://github.com/Noratrieb/website.git
synced 2026-01-14 08:55:01 +01:00
add cursed hacks
This commit is contained in:
parent
ce8c65aeaf
commit
2da7939965
3 changed files with 14 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs ? import <nixpkgs> { }, ... }:
|
||||
{ pkgs ? import <nixpkgs> { }, slides ? null, blog ? null, ... }:
|
||||
let
|
||||
generator = import ./builder { inherit pkgs; };
|
||||
in
|
||||
|
|
@ -8,6 +8,9 @@ pkgs.stdenv.mkDerivation {
|
|||
src = ./.;
|
||||
unpackSrc = false;
|
||||
|
||||
SUBMODULE_DIR_SLIDES = slides;
|
||||
SUBMODULE_DIR_BLOG = blog;
|
||||
|
||||
WEBSITE_RNG_SEED = "99";
|
||||
|
||||
nativeBuildInputs = with pkgs; [ git hugo ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue