summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Jesus <adbjesus@gmail.com>2025-02-24 22:06:35 +0000
committerAlexandre Jesus <adbjesus@gmail.com>2025-02-24 22:08:38 +0000
commit387842a0a5ac950501cff5be60272ddc55780785 (patch)
tree52fb17768af2ebc482476a97ed7e6c18e7353f8c
parentaa6b58ca05316e259f5b5086b3d67520ee08a4c2 (diff)
downloadadbjesus.com-387842a0a5ac950501cff5be60272ddc55780785.tar.gz
adbjesus.com-387842a0a5ac950501cff5be60272ddc55780785.zip
Update flake and use latest zola version
-rw-r--r--content/blog/_index.md4
-rw-r--r--flake.lock8
-rw-r--r--flake.nix2
3 files changed, 7 insertions, 7 deletions
diff --git a/content/blog/_index.md b/content/blog/_index.md
index e6aaf2f..97a5c90 100644
--- a/content/blog/_index.md
+++ b/content/blog/_index.md
@@ -1,6 +1,6 @@
+++
title = "Blog"
-sorted_by = "date"
+sort_by = "date"
template = "blog.html"
-generate_feed = true
+generate_feeds = true
+++
diff --git a/flake.lock b/flake.lock
index f2330c2..647c9fb 100644
--- a/flake.lock
+++ b/flake.lock
@@ -2,16 +2,16 @@
"nodes": {
"nixpkgs": {
"locked": {
- "lastModified": 1717952948,
- "narHash": "sha256-mJi4/gjiwQlSaxjA6AusXBN/6rQRaPCycR7bd8fydnQ=",
+ "lastModified": 1740339700,
+ "narHash": "sha256-cbrw7EgQhcdFnu6iS3vane53bEagZQy/xyIkDWpCgVE=",
"owner": "nixos",
"repo": "nixpkgs",
- "rev": "2819fffa7fa42156680f0d282c60d81e8fb185b7",
+ "rev": "04ef94c4c1582fd485bbfdb8c4a8ba250e359195",
"type": "github"
},
"original": {
"owner": "nixos",
- "ref": "nixos-24.05",
+ "ref": "nixos-24.11",
"repo": "nixpkgs",
"type": "github"
}
diff --git a/flake.nix b/flake.nix
index c2f4d8e..8547b10 100644
--- a/flake.nix
+++ b/flake.nix
@@ -3,7 +3,7 @@
inputs = {
nixpkgs = {
- url = "github:nixos/nixpkgs/nixos-24.05";
+ url = "github:nixos/nixpkgs/nixos-24.11";
};
};