From d7483ed8505710033384d7fabad34470818bc760 Mon Sep 17 00:00:00 2001 From: Chris Wells Date: Thu, 15 Feb 2024 15:41:07 -0600 Subject: Added dev path. Now to figure out how to make my own one-click packages --- modules/kobo.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'modules/kobo.nix') diff --git a/modules/kobo.nix b/modules/kobo.nix index 57f7a88..1b59a21 100644 --- a/modules/kobo.nix +++ b/modules/kobo.nix @@ -14,6 +14,13 @@ in { description = "Relative path to main Kobo config"; }; + devPath = mkOption { + type = types.str; + default = "/mnt/onboard/${cfg.path}" + readOnly = true; + internal = true; + }; + file = importOption ./lib/file.nix; manifest = importOption ./lib/manifest.nix; -- cgit v1.2.3