Update website build

yarn + zola
This commit is contained in:
eikek
2023-11-13 17:36:02 +01:00
parent fe72fbee8a
commit 5a79942aa2
4 changed files with 60 additions and 120 deletions

View File

@ -1,8 +1,8 @@
let
nixpkgs = builtins.fetchTarball {
#url = "channel:nixos-21.11";
url = "channel:nixos-23.05";
#url = "https://github.com/NixOS/nixpkgs/archive/e6badb26fc0d238fda2432c45b7dd4e782eb8200.tar.gz";
url = "https://github.com/NixOs/nixpkgs/archive/0f316e4d72daed659233817ffe52bf08e081b5de.tar.gz"; #21.11
#url = "https://github.com/NixOs/nixpkgs/archive/0f316e4d72daed659233817ffe52bf08e081b5de.tar.gz"; #21.11
};
pkgs = import nixpkgs { };
in