Compare commits

..

No commits in common. "fe4068c9ec1a8f4184d632d47916580edc2f9c17" and "7411c96c0610c5d71235f84e80e58512a69a1a46" have entirely different histories.

2 changed files with 4 additions and 4 deletions

6
flake.lock generated
View file

@ -2,11 +2,11 @@
"nodes": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1748037224, "lastModified": 1743703532,
"narHash": "sha256-92vihpZr6dwEMV6g98M5kHZIttrWahb9iRPBm1atcPk=", "narHash": "sha256-s1KLDALEeqy+ttrvqV3jx9mBZEvmthQErTVOAzbjHZs=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "f09dede81861f3a83f7f06641ead34f02f37597f", "rev": "bdb91860de2f719b57eef819b5617762f7120c70",
"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 --baseURL=https://zerforschen.plus hugo
''; '';
# Install phase - copy the public directory to the output # Install phase - copy the public directory to the output