update nixpkgs

This commit is contained in:
Tim Schubert 2023-09-18 19:34:58 +02:00
parent fa49858d6b
commit 30c1ee54d9
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
3 changed files with 8 additions and 9 deletions

View file

@ -1,7 +1,7 @@
{ stdenv, hugo, hugo-theme-anubis }:
stdenv.mkDerivation rec {
src = ./.;
nativeBuildInputs = [ hugo hugo-theme-anubis ];
nativeBuildInputs = [ hugo ];
# avoid git submodules using flakes :-)
patchPhase = ''
mkdir -p themes/