diff options
Diffstat (limited to 'custom/notify-user.nix')
-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 | ||