diff --git a/website/posts/parameterized-packages-for-guix.md b/website/posts/parameterized-packages-for-guix.md index edb245e..cb21dc8 100644 --- a/website/posts/parameterized-packages-for-guix.md +++ b/website/posts/parameterized-packages-for-guix.md @@ -37,14 +37,14 @@ features: parameters a package supports, along with a _default configuration_ of parameters for a given package. - Users will be able to pass parameters they want enabled or disabled -through --with-parameters which will then get validated against the +through `--with-parameters` which will then get validated against the valid combinations specified by maintainers before being run - For a given package and a given set of parameters, only those in the package's parameter specification will be used - Users will be able to specify a global parameter transform that -will apply to all packages - Packages will be built with the +will apply to all packages. Packages will be built with the _default_ configuration if the global transform creates an -invalid configuration +invalid configuration. # Potential Problems with Parameterization