diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-07-22 14:11:06 +0200 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-07-22 14:11:06 +0200 |
commit | ae570a7d680f0e5c4ca4eff9d012479e30f0f448 (patch) | |
tree | b86911f431e822851eaeaab3c617b4355a9d97ff /custom | |
parent | fca62a1a38a1ae94501d7b70d7fde8fc4d58f84a (diff) | |
download | nixos-ae570a7d680f0e5c4ca4eff9d012479e30f0f448.tar nixos-ae570a7d680f0e5c4ca4eff9d012479e30f0f448.tar.gz nixos-ae570a7d680f0e5c4ca4eff9d012479e30f0f448.tar.bz2 nixos-ae570a7d680f0e5c4ca4eff9d012479e30f0f448.tar.xz nixos-ae570a7d680f0e5c4ca4eff9d012479e30f0f448.zip |
Syntax
Diffstat (limited to 'custom')
-rw-r--r-- | custom/notify-user.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/notify-user.nix b/custom/notify-user.nix index 6345f142..7802da5f 100644 --- a/custom/notify-user.nix +++ b/custom/notify-user.nix | |||
@@ -12,7 +12,7 @@ stdenv.mkDerivation { | |||
12 | import System.FilePath.Glob (glob) | 12 | import System.FilePath.Glob (glob) |
13 | import System.Environment (setEnv, getArgs) | 13 | import System.Environment (setEnv, getArgs) |
14 | import System.Process (callProcess) | 14 | import System.Process (callProcess) |
15 | import System.Exit (exitWith, ExitSuccess) | 15 | import System.Exit (exitWith, ExitCode(..)) |
16 | 16 | ||
17 | import Data.List (isPrefixOf, dropWhile, dropWhileEnd) | 17 | import Data.List (isPrefixOf, dropWhile, dropWhileEnd) |
18 | import Data.Char (isSpace) | 18 | import Data.Char (isSpace) |