From 77c04a25a6c13e329448d5776541180577aab9c0 Mon Sep 17 00:00:00 2001 From: Vinzenz Schroeter Date: Wed, 28 May 2025 01:09:27 +0200 Subject: [PATCH 1/2] fix rss feed invalid links --- packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.nix b/packages.nix index 22b52b0..deea4bd 100644 --- a/packages.nix +++ b/packages.nix @@ -35,7 +35,7 @@ rec { mkdir -p themes/poison cp -r ${hugo-theme-poison}/* themes/poison/ - hugo + hugo --baseURL=https://zerforschen.plus ''; # Install phase - copy the public directory to the output From fe4068c9ec1a8f4184d632d47916580edc2f9c17 Mon Sep 17 00:00:00 2001 From: Vinzenz Schroeter Date: Wed, 28 May 2025 01:10:02 +0200 Subject: [PATCH 2/2] nix flake update --- flake.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index 5e4a8c8..c5f76d2 100644 --- a/flake.lock +++ b/flake.lock @@ -2,11 +2,11 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1743703532, - "narHash": "sha256-s1KLDALEeqy+ttrvqV3jx9mBZEvmthQErTVOAzbjHZs=", + "lastModified": 1748037224, + "narHash": "sha256-92vihpZr6dwEMV6g98M5kHZIttrWahb9iRPBm1atcPk=", "owner": "nixos", "repo": "nixpkgs", - "rev": "bdb91860de2f719b57eef819b5617762f7120c70", + "rev": "f09dede81861f3a83f7f06641ead34f02f37597f", "type": "github" }, "original": {