modules/outputs: make type readOnly at the top-level

Instead of relying on `lib.mkForce` we can enforce this more strictly by
setting the option "readOnly".
This commit is contained in:
Matt Sturgeon 2024-07-17 15:16:06 +01:00
parent c4fcbb0dcf
commit 6975ee09f5
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299
2 changed files with 6 additions and 2 deletions

View file

@ -274,7 +274,6 @@ in
);
in
{
type = lib.mkForce "lua";
finalPackage = wrappedNeovim;
initPath = "${init}";