aboutsummaryrefslogtreecommitdiff
path: root/modules/apps/mywatch.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/apps/mywatch.nix')
-rw-r--r--modules/apps/mywatch.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/apps/mywatch.nix b/modules/apps/mywatch.nix
index 2698ba5..1b956dc 100644
--- a/modules/apps/mywatch.nix
+++ b/modules/apps/mywatch.nix
@@ -1,7 +1,6 @@
{ config, pkgs, lib, ... }:
let
- inherit (builtins) toString;
inherit (lib) types mkOption mkEnableOption mkIf hasPrefix
concatStrings optionalString;
inherit (types) str path int nullOr;