1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2025-03-30 19:54:43 +00:00

whitespace

This commit is contained in:
Daiderd Jordan 2017-12-13 22:58:18 +01:00
parent 2c05db6aca
commit 5894006537
No known key found for this signature in database
GPG key ID: D02435D05B810C96

View file

@ -5,17 +5,14 @@
with lib; with lib;
let let
fileName = file: last (splitString "/" file); fileName = file: last (splitString "/" file);
mkDefaultIf = cond: value: mkIf cond (mkDefault value); mkDefaultIf = cond: value: mkIf cond (mkDefault value);
drv = mkTextDerivation (fileName name) config.text; drv = mkTextDerivation (fileName name) config.text;
in in
{ {
options = { options = {
enable = mkOption { enable = mkOption {
type = types.bool; type = types.bool;
default = true; default = true;
@ -47,7 +44,6 @@ in
Path of the source file. Path of the source file.
''; '';
}; };
}; };
config = { config = {