From 0afb37910e1ad08ac742122121d1ee6daab5cf79 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 14 May 2016 18:52:05 +0200 Subject: import --- custom/thinklight.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/custom/thinklight.nix b/custom/thinklight.nix index d3d4e7ca..3ed4aa2a 100644 --- a/custom/thinklight.nix +++ b/custom/thinklight.nix @@ -19,6 +19,7 @@ stdenv.mkDerivation { import System.IO.Strict (readFile) import Prelude hiding (readFile) import Data.List (intersperse) + import Data.Maybe (fromMaybe) data Mode = On | Off | Toggle | Blink deriving (Read, Show, Eq) -- cgit v1.2.3