move submodules in-tree

This commit is contained in:
nora 2025-08-13 20:47:44 +02:00
parent 57c4a239da
commit 830045ee2f
238 changed files with 41955 additions and 187 deletions

View file

@ -1,4 +1,4 @@
{ pkgs ? import <nixpkgs> { }, slides ? null, blog ? null, ... }:
{ pkgs ? import <nixpkgs> { }, ... }:
let
generator = import ./builder { inherit pkgs; };
in
@ -8,9 +8,6 @@ pkgs.stdenv.mkDerivation {
src = ./.;
unpackSrc = false;
SUBMODULE_DIR_SLIDES = slides;
SUBMODULE_DIR_BLOG = blog;
WEBSITE_RNG_SEED = "99";
nativeBuildInputs = with pkgs; [ git hugo ];