Fixed silly parentheses mistake

This commit is contained in:
Antoine Carnec 2022-12-01 15:58:24 +00:00
parent 6425c92f65
commit 8215405fb4

View File

@ -103,7 +103,6 @@ in {
}; };
''; '';
}; };
};
inject = mkOption { inject = mkOption {
default = {}; default = {};
@ -124,4 +123,5 @@ in {
}; };
''; '';
}; };
};
} }