From cdfa5ed4a557690b0d430cf25c597ea58c4a5b10 Mon Sep 17 00:00:00 2001 From: dadada Date: Thu, 31 Dec 2020 01:51:15 +0100 Subject: [PATCH] Fix package --- modules/homepage.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/homepage.nix b/modules/homepage.nix index 82ffddf..aa8dfed 100644 --- a/modules/homepage.nix +++ b/modules/homepage.nix @@ -3,10 +3,10 @@ with lib; let cfg = config.dadada.homePage; - homePage = builtins.fetchTarball { + homePage = import (builtins.fetchTarball { url = "https://github.com/dadada/dadada.li/archive/c77ffc04882f32c2feced7d0f2d8ce3622060230.tar.gz"; sha256 = "1b48m13yjmw7bpm1jikydv8janys07l6l37yhs1znnj4ygl4hz1d"; - }; + }); in { options.dadada.homePage = { enable = mkEnableOption "Enable home page";