diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-07-21 21:25:36 +0200 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-07-21 21:25:36 +0200 |
commit | 05130e72bb01c9b3671cf049b21f5a018eb3626b (patch) | |
tree | a850a6f80040c68f6385f5d8bb2eb984b8630f0b /custom | |
parent | 349ba2051ff782373bdd4b65c4a8e539f8c636e5 (diff) | |
download | nixos-05130e72bb01c9b3671cf049b21f5a018eb3626b.tar nixos-05130e72bb01c9b3671cf049b21f5a018eb3626b.tar.gz nixos-05130e72bb01c9b3671cf049b21f5a018eb3626b.tar.bz2 nixos-05130e72bb01c9b3671cf049b21f5a018eb3626b.tar.xz nixos-05130e72bb01c9b3671cf049b21f5a018eb3626b.zip |
dep
Diffstat (limited to 'custom')
-rw-r--r-- | custom/notify-user.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/custom/notify-user.nix b/custom/notify-user.nix index a437bf9b..b3c5f766 100644 --- a/custom/notify-user.nix +++ b/custom/notify-user.nix | |||
@@ -10,6 +10,7 @@ stdenv.mkDerivation { | |||
10 | import System.FilePath.Glob (glob) | 10 | import System.FilePath.Glob (glob) |
11 | import System.Directory (setCurrentDirectory) | 11 | import System.Directory (setCurrentDirectory) |
12 | import System.Environment (setEnv, getArgs) | 12 | import System.Environment (setEnv, getArgs) |
13 | import System.Process (proc) | ||
13 | 14 | ||
14 | import Data.List (isPrefixOf) | 15 | import Data.List (isPrefixOf) |
15 | 16 | ||