From 7f1c19196605d6028d89286b7b5ab7a4ff99c609 Mon Sep 17 00:00:00 2001 From: dadada Date: Thu, 31 Dec 2020 00:16:02 +0100 Subject: [PATCH] Fixup build derivation of home page --- modules/homepage.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/homepage.nix b/modules/homepage.nix index f0550fc..bb23a23 100644 --- a/modules/homepage.nix +++ b/modules/homepage.nix @@ -3,10 +3,10 @@ with lib; let cfg = config.dadada.homePage; - homePage = import (builtins.fetchTarball { + homePage = pkgs.callPackage (import (builtins.fetchTarball { url = "https://github.com/dadada/dadada.li/archive/cb85ed00594f1d4396fe3f61f92e0ff19595596d.tar.gz"; sha256 = "176l913xsg9gicglkmpmnqwjn8r0psyyj2vx5pi26v0angnfg80a"; - }) {}; + })) {}; in { options.dadada.homePage = { enable = mkEnableOption "Enable home page";