diff --git a/flake.lock b/flake.lock
index b13745e..16ef2a9 100644
--- a/flake.lock
+++ b/flake.lock
@@ -1,45 +1,12 @@
{
"nodes": {
- "home-manager": {
- "inputs": {
- "nixpkgs": "nixpkgs"
- },
- "locked": {
- "lastModified": 1763228015,
- "narHash": "sha256-1rYieMVUyZ3kK/cBIr8mOusxrOEJ1/+2MsOg0oJ7b3A=",
- "owner": "nix-community",
- "repo": "home-manager",
- "rev": "96156a9e86281c4bfc451236bc2ddfe4317e6f39",
- "type": "github"
- },
- "original": {
- "id": "home-manager",
- "type": "indirect"
- }
- },
"nixpkgs": {
"locked": {
- "lastModified": 1762111121,
- "narHash": "sha256-4vhDuZ7OZaZmKKrnDpxLZZpGIJvAeMtK6FKLJYUtAdw=",
- "owner": "NixOS",
- "repo": "nixpkgs",
- "rev": "b3d51a0365f6695e7dd5cdf3e180604530ed33b4",
- "type": "github"
- },
- "original": {
- "owner": "NixOS",
- "ref": "nixos-unstable",
- "repo": "nixpkgs",
- "type": "github"
- }
- },
- "nixpkgs_2": {
- "locked": {
- "lastModified": 1762977756,
- "narHash": "sha256-4PqRErxfe+2toFJFgcRKZ0UI9NSIOJa+7RXVtBhy4KE=",
+ "lastModified": 1766070988,
+ "narHash": "sha256-G/WVghka6c4bAzMhTwT2vjLccg/awmHkdKSd2JrycLc=",
"owner": "nixos",
"repo": "nixpkgs",
- "rev": "c5ae371f1a6a7fd27823bc500d9390b38c05fa55",
+ "rev": "c6245e83d836d0433170a16eb185cefe0572f8b8",
"type": "github"
},
"original": {
@@ -51,8 +18,7 @@
},
"root": {
"inputs": {
- "home-manager": "home-manager",
- "nixpkgs": "nixpkgs_2"
+ "nixpkgs": "nixpkgs"
}
}
},
diff --git a/flake.nix b/flake.nix
index 6e2a77c..709c529 100644
--- a/flake.nix
+++ b/flake.nix
@@ -4,7 +4,7 @@
inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
outputs =
- inputs@{ nixpkgs, home-manager, ... }:
+ inputs@{ nixpkgs, ... }:
let
systems = [
"x86_64-linux"
diff --git a/src/layouts/PageLayout.astro b/src/layouts/PageLayout.astro
index d12d3a6..62d8c0c 100644
--- a/src/layouts/PageLayout.astro
+++ b/src/layouts/PageLayout.astro
@@ -22,7 +22,7 @@ const { title, description, pubDate, modDate, slug } = Astro.props;