aboutsummaryrefslogtreecommitdiff
path: root/modules/apps/mywatch.nix
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2019-05-27 17:58:53 +0200
committerIgor Pashev <pashev.igor@gmail.com>2019-05-27 17:58:53 +0200
commit481173c1ae8bd00f3759be25bb6014b996af9ddd (patch)
tree0768f20913fcb60327ff1d652febbd2d6ff7aeba /modules/apps/mywatch.nix
parentae30c173eddd217144d6cb1db4c272261c09ba68 (diff)
downloadnixsap-481173c1ae8bd00f3759be25bb6014b996af9ddd.tar.gz
Clean imports (and spaces)
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;