Compare commits

...

2 commits

Author SHA1 Message Date
Vinzenz Schroeter fe4068c9ec nix flake update 2025-05-28 01:10:02 +02:00
Vinzenz Schroeter 77c04a25a6 fix rss feed invalid links 2025-05-28 01:09:27 +02:00
2 changed files with 4 additions and 4 deletions

View file

@ -2,11 +2,11 @@
"nodes": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1743703532, "lastModified": 1748037224,
"narHash": "sha256-s1KLDALEeqy+ttrvqV3jx9mBZEvmthQErTVOAzbjHZs=", "narHash": "sha256-92vihpZr6dwEMV6g98M5kHZIttrWahb9iRPBm1atcPk=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "bdb91860de2f719b57eef819b5617762f7120c70", "rev": "f09dede81861f3a83f7f06641ead34f02f37597f",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -35,7 +35,7 @@ rec {
mkdir -p themes/poison mkdir -p themes/poison
cp -r ${hugo-theme-poison}/* themes/poison/ cp -r ${hugo-theme-poison}/* themes/poison/
hugo hugo --baseURL=https://zerforschen.plus
''; '';
# Install phase - copy the public directory to the output # Install phase - copy the public directory to the output