From 4f471484b3a1e16230979a8406503a220b9101f4 Mon Sep 17 00:00:00 2001 From: Chris Wells Date: Tue, 10 Sep 2024 14:51:28 -0500 Subject: I think this is almost working! --- modules/firmware/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'modules/firmware') diff --git a/modules/firmware/default.nix b/modules/firmware/default.nix index 30a0779..c13d399 100644 --- a/modules/firmware/default.nix +++ b/modules/firmware/default.nix @@ -10,15 +10,15 @@ in { version = mkOption { type = types.str; }; - # hash = mkOption { - # type = types.str; - # }; + hash = mkOption { + type = types.str; + }; package = mkOption { type = types.package; default = pkgs.kobo-firmware { inherit (config.device) hardware; - inherit (cfg) date version; + inherit (cfg) date version hash; }; }; }; -- cgit v1.2.3