summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2026-04-30 10:08:54 +0200
committerStefan Kreutz <mail@skreutz.com>2026-04-30 10:08:54 +0200
commit4752cdf9b0a7bb9936e9e30af6dce7ebab3a03dc (patch)
tree46070350a9ace1744f5df8a691bcf0645e1fa70b /flake.nix
parent65571bce0cc9dc947c1a6d8533ef464109d03043 (diff)
downloadblog-4752cdf9b0a7bb9936e9e30af6dce7ebab3a03dc.tar.gz
Update lychee usage
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 2bde98d..9473b87 100644
--- a/flake.nix
+++ b/flake.nix
@@ -65,7 +65,7 @@
nativeBuildInputs = with pkgs; [ lychee ];
checkPhase = ''
"${packages.generator}/bin/site" rebuild
- lychee --offline --no-progress --require-https --root-dir "$( realpath _site )" _site
+ lychee --offline --no-progress --require-https --root-dir _site _site
'';
installPhase = ''
mkdir $out
Generated by cgit. See skreutz.com for my tech blog and contact information.