mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-30 19:54:43 +00:00
whitespace
This commit is contained in:
parent
2c05db6aca
commit
5894006537
1 changed files with 0 additions and 4 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue