diff --git a/flake.lock b/flake.lock index 52d5b52..3be24ad 100644 --- a/flake.lock +++ b/flake.lock @@ -154,19 +154,6 @@ "type": "github" } }, - "nixpkgs_2": { - "locked": { - "lastModified": 1736012469, - "narHash": "sha256-/qlNWm/IEVVH7GfgAIyP6EsVZI6zjAx1cV5zNyrs+rI=", - "path": "/nix/store/khbvilmsrv4l69nwd52h27j1mp44a0xi-source", - "rev": "8f3e1f807051e32d8c95cd12b9b421623850a34d", - "type": "path" - }, - "original": { - "id": "nixpkgs", - "type": "indirect" - } - }, "root": { "inputs": { "agenix": "agenix", @@ -210,14 +197,16 @@ }, "website-builder": { "inputs": { - "nixpkgs": "nixpkgs_2" + "nixpkgs": [ + "nixpkgs" + ] }, "locked": { - "lastModified": 1737337456, - "narHash": "sha256-EFY/yFGWKgQjw2OG6lnJ3PlfwyH7rzIHqFNEykKHdQ8=", + "lastModified": 1737498216, + "narHash": "sha256-W7w5R6vk8Et6ytXb8YU64WCYBC/0D4QzRBXeqZ8I9p4=", "owner": "rasmus-kirk", "repo": "website-builder", - "rev": "a200b823f50f4f4717c9b06cd2922b190236d725", + "rev": "b5907f36bfd8783c2c95c4f2248e5a79410e8b88", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 38e506e..0b8773d 100644 --- a/flake.nix +++ b/flake.nix @@ -16,7 +16,9 @@ agenix.inputs.home-manager.follows = "home-manager"; nixos-hardware.url = "github:NixOS/nixos-hardware/master"; + website-builder.url = "github:rasmus-kirk/website-builder"; + website-builder.inputs.nixpkgs.follows = "nixpkgs"; }; outputs = inputs @ { @@ -70,8 +72,8 @@ }]; navbar = [ { title = "Home"; location = "/"; } - { title = "Nixos"; location = "/nixos"; } - { title = "Home Manager"; location = "/home-manager"; } + { title = "Nixos"; location = "/nixos-options"; } + { title = "Home Manager"; location = "/home-manager-options"; } { title = "Github"; location = "https://github.com/rasmus-kirk/nix-config"; } ]; homemanagerModules = ./modules/home-manager;