diff options
| author | aristote <quentin.aristote@irif.fr> | 2025-07-27 17:47:32 +0200 |
|---|---|---|
| committer | aristote <quentin.aristote@irif.fr> | 2025-07-27 17:47:32 +0200 |
| commit | 8622e40e675c72b9402625189517f99891a046c9 (patch) | |
| tree | e1384995b609e7154f38725a29183f2f442d2c75 /default.nix | |
| parent | 90b687b24ca7f64bd4087144a40c6a2f6e3c14a9 (diff) | |
add talks to publications, rename to research, split into tabbox
Diffstat (limited to 'default.nix')
| -rw-r--r-- | default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/default.nix b/default.nix index a6e5645..1e2c4c6 100644 --- a/default.nix +++ b/default.nix @@ -27,7 +27,7 @@ ${image}.${size} ''; mkPushDir = dir: ''mkdir -p ${dir} && pushd "$_"''; - nixEvalExpr = "${nix}/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval --impure --raw --expr"; + nixEvalExpr = "${nix}/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval --impure --raw --show-trace --expr"; make = "import $src/make.nix {pkgs = import ${nixpkgsSrc} {}; dataSrc = $src/data;}"; in stdenvNoCC.mkDerivation { @@ -81,6 +81,7 @@ in tables = false; tooltip-citations = true; printing = true; + tabs = true; } " > classless.css ${clean} $out/index.html --stylesheets file://$(pwd)/classless.css \ |
