diff options
-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) |