mirror of
https://github.com/nix-community/dream2nix.git
synced 2025-01-08 15:53:31 +03:00
Fixed silly parentheses mistake
This commit is contained in:
parent
6425c92f65
commit
8215405fb4
@ -103,7 +103,6 @@ in {
|
|||||||
};
|
};
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
|
||||||
|
|
||||||
inject = mkOption {
|
inject = mkOption {
|
||||||
default = {};
|
default = {};
|
||||||
@ -124,4 +123,5 @@ in {
|
|||||||
};
|
};
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user