Fix package

This commit is contained in:
Tim Schubert 2020-12-31 01:51:15 +01:00
parent eb665c9be5
commit cdfa5ed4a5
No known key found for this signature in database
GPG key ID: 99658A3EB5CD7C13

View file

@ -3,10 +3,10 @@
with lib; with lib;
let let
cfg = config.dadada.homePage; cfg = config.dadada.homePage;
homePage = builtins.fetchTarball { homePage = import (builtins.fetchTarball {
url = "https://github.com/dadada/dadada.li/archive/c77ffc04882f32c2feced7d0f2d8ce3622060230.tar.gz"; url = "https://github.com/dadada/dadada.li/archive/c77ffc04882f32c2feced7d0f2d8ce3622060230.tar.gz";
sha256 = "1b48m13yjmw7bpm1jikydv8janys07l6l37yhs1znnj4ygl4hz1d"; sha256 = "1b48m13yjmw7bpm1jikydv8janys07l6l37yhs1znnj4ygl4hz1d";
}; });
in { in {
options.dadada.homePage = { options.dadada.homePage = {
enable = mkEnableOption "Enable home page"; enable = mkEnableOption "Enable home page";