From 24e0905d954d394f08ddf8998a7c67ff41ff28a8 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Tue, 4 Feb 2025 20:10:47 +0100 Subject: fix(flake): Ensure that the `dead-trees` directory exists --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 57b49a1..34c0ef8 100644 --- a/flake.nix +++ b/flake.nix @@ -109,6 +109,8 @@ nativeBuildInputs = []; buildPhase = '' + mkdir --parents ./dead-trees{,/chemistry,/philosophy} + 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 ./writings/philosophy/kant_and_free_software.pdf ./dead-trees/kant_and_free_software.pdf -- cgit 1.4.1