3
0
Fork 0
forked from mirrors/nixpkgs

* Fix a syntax error in the sleep hook that broke suspend.

svn path=/nixos/trunk/; revision=25038
This commit is contained in:
Eelco Dolstra 2010-12-08 19:46:52 +00:00
parent c318bd097e
commit ef243b7fc2

View file

@ -18,7 +18,7 @@ let
${cfg.resumeCommands}
${cfg.powerUpCommands}
;;
fi
esac
'';
in