dyslexia strikes again
This commit is contained in:
parent
cf146d4d40
commit
35b7639304
1 changed files with 3 additions and 3 deletions
|
|
@ -137,10 +137,10 @@ A `package.nix` file looks something like so:
|
|||
# can be overridden with `yourPackage.override { enableSomething = true; }`
|
||||
enableSomething ? false
|
||||
}:
|
||||
finalAttrs: # optional finalAttrs to refer to the set below; preferred over using `rec` attr sets
|
||||
stdenv.mkDerivation {
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
# optional finalAttrs to refer to the set below; preferred over using `rec` attr sets
|
||||
# ...
|
||||
}
|
||||
})
|
||||
```
|
||||
|
||||
Package definitions should be written with `callPackage` if possible, rather
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue