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/installer.nix | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 modules/installer.nix (limited to 'modules/installer.nix') diff --git a/modules/installer.nix b/modules/installer.nix deleted file mode 100644 index 2fcc546..0000000 --- a/modules/installer.nix +++ /dev/null @@ -1,26 +0,0 @@ -{ config, pkgs, lib, ... }: -with builtins // lib; -let - cfg = config.installer; -in { - imports = [ - ./kobo.nix - ]; - - options.installer = { - package = mkOption { - type = types.package; - default = pkgs.callpackage ./installScript.nix { - koboInput = null; - koboLabel = cfg.koboLabel; - koboManifest = config.manifest; - }; - }; - - koboLabel = mkOption { - type = types.str; - default = "KOBOeReader"; - description = "The label of the Kobo eReader mount target"; - }; - }; -} -- cgit v1.2.3