Compare commits
2 commits
7411c96c06
...
fe4068c9ec
Author | SHA1 | Date | |
---|---|---|---|
![]() |
fe4068c9ec | ||
![]() |
77c04a25a6 |
|
@ -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": {
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue