diff --git a/PACKAGES.md b/PACKAGES.md index 3d54ca6..64e49fe 100644 --- a/PACKAGES.md +++ b/PACKAGES.md @@ -4,10 +4,10 @@ | AudioRelay | audiorelay | Application to stream every sound from your PC to one or multiple Android devices | | Compile optimized | compileOptimized | Utility function for compiling packages with custom compile flags aimed at optimization | | VSCode extensions | vscode-extensions | Collection of VSCode extensions not found in nixpkgs | -| Ultimate Doom Builder | UltimateDoomBuilder | Comprehensive map editor for Doom, Heretic, Hexen and Strife based games | +| Ultimate Doom Builder | ultimatedoombuilder | Comprehensive map editor for Doom, Heretic, Hexen and Strife based games | # Compile optimized -Compile packages written in various languages using custom compile flags, typically this would override some attribute in the provided package derivation. A set of defaults is provided, which can be overriden. Additional flags may be set using `additionalFlags` parameter. +Compile packages written in various languages using custom compile flags, typically this would override some attribute in the provided package derivation. A set of defaults is provided, which can be overridden. Additional flags may be set using `additionalFlags` parameter. You can use the functions as follows: ``` @@ -24,7 +24,7 @@ compileOptimized.Rust { ## C Overrides: `env.NIX_CFLAGS_COMPILE` -`CNoLTO` is also provided for convinience, as many packages may fail to compile with LTO enabled. +`CNoLTO` is also provided for convenience, as many packages may fail to compile with LTO enabled. ### Defaults ```