Use lib.getExe for app outputs
- Switch flake app entries to `lib.getExe` - Fix server package metadata field names
This commit is contained in:
@@ -94,8 +94,8 @@ in
|
||||
description = "t3 code web/server app";
|
||||
homepage = "https://github.com/pingdotgg/t3code";
|
||||
license = lib.licenses.mit;
|
||||
mainprogram = "t3";
|
||||
mainProgram = "t3";
|
||||
platforms = lib.platforms.unix;
|
||||
sourceprovenance = with lib.sourcetypes; [fromsource];
|
||||
sourceProvenance = with lib.sourceTypes; [fromSource];
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user