From ebb9552ab50fa22ac2989c3c462ab0b495979b78 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 14 May 2016 19:05:37 +0200 Subject: typo --- custom/thinklight.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/thinklight.nix b/custom/thinklight.nix index bd0fd6d9..f001f9fd 100644 --- a/custom/thinklight.nix +++ b/custom/thinklight.nix @@ -21,7 +21,7 @@ stdenv.mkDerivation { import Prelude hiding (readFile) import Data.List (intersperse) import Data.Maybe (fromMaybe) - import System.Unix.User (setUserID) + import System.Posix.User (setUserID) data Mode = On | Off | Toggle | Blink deriving (Read, Show, Eq) -- cgit v1.2.3