summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-02-04 19:55:33 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-02-04 20:01:11 +0100
commit7bf172af8d52f9d5174bf9493a0f20ca56e1b387 (patch)
tree80dfcc0dcbc35bcbd492dd26a3f30df4fc0b30f9 /flake.nix
parentfeat(src): Improve index.html and add a style.css (diff)
downloadb-peetz.de-7bf172af8d52f9d5174bf9493a0f20ca56e1b387.zip
refactor(src/writings): Rename from `dead-trees`
These are severed as PDFs, thus calling them dead-tree things is just
wrong because that's a reference to actual paper.
Diffstat (limited to '')
-rw-r--r--flake.nix10
1 files changed, 6 insertions, 4 deletions
diff --git a/flake.nix b/flake.nix
index 950835d..20a964b 100644
--- a/flake.nix
+++ b/flake.nix
@@ -124,13 +124,15 @@
 
           nativeBuildInputs = [];
           buildPhase = ''
-            install -D ${essay.outputs.packages."${system}".default}/philosophy/kant_and_free_software.pdf ./dead-trees/philosophy/kant_and_free_software.pdf
+            install -D ${essay.outputs.packages."${system}".default}/philosophy/kant_and_free_software.pdf ./writings/philosophy/kant_and_free_software.pdf
             # NOTE: This link is for backward compatibility, as I have given out links with that url <2024-07-13>
-            ln --symbolic --relative ./dead-trees/philosophy/kant_and_free_software.pdf ./dead-trees/kant_and_free_software.pdf
+            ln --symbolic --relative ./writings/philosophy/kant_and_free_software.pdf ./dead-trees/kant_and_free_software.pdf
+            ln --symbolic --relative ./writings/philosophy/kant_and_free_software.pdf ./dead-trees/philosophy/kant_and_free_software.pdf
 
-            install -D ${facharbeit.outputs.packages."${system}".default}/chemistry/facharbeit.pdf ./dead-trees/chemistry/facharbeit.pdf
+            install -D ${facharbeit.outputs.packages."${system}".default}/chemistry/facharbeit.pdf ./writings/chemistry/facharbeit.pdf
             # NOTE: This link is for backward compatibility, as I have given out links with that url <2024-07-13>
-            ln --symbolic --relative ./dead-trees/chemistry/facharbeit.pdf ./dead-trees/raman_spectrometer.pdf
+            ln --symbolic --relative ./writings/chemistry/facharbeit.pdf ./dead-trees/raman_spectrometer.pdf
+            ln --symbolic --relative ./writings/chemistry/facharbeit.pdf ./dead-trees/chemistry/facharbeit.pdf
 
             install -D ${essens_analyse.outputs.packages."${system}".default}/chemistry/essens_analyse.pdf ./dead-trees/chemistry/essens_analyse.pdf
           '';