mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-11-26 09:46:04 +03:00
sourceOverrides: fix types and add documentation about the version (#523)
* sourceOverrides: fix type specification * sourceOverrides: explain where to look for the overriding version
This commit is contained in:
parent
fc0bb61fa3
commit
70ddec09f2
@ -102,9 +102,10 @@ in {
|
||||
|
||||
sourceOverrides = mkOption {
|
||||
default = old: {};
|
||||
type = t.functionTo (t.lazyAttrsOf (t.listOf t.package));
|
||||
type = t.functionTo (t.lazyAttrsOf (t.attrsOf t.package));
|
||||
description = ''
|
||||
Override the sources of dependencies or top-level packages.
|
||||
Refer to the `dream-lock.json` for the package version to override.
|
||||
For more details, refer to
|
||||
https://nix-community.github.io/dream2nix/intro/override-system.html
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user