forked from extern/flakelight
Add note about default inputs and CLI flags
This commit is contained in:
parent
0105cf4a01
commit
c576f0b59a
@ -93,7 +93,9 @@ for `inputs` and `inputs'` in the package set.
|
|||||||
|
|
||||||
Default values are automatically initialized from your flake inputs by reading
|
Default values are automatically initialized from your flake inputs by reading
|
||||||
your `flake.lock`. Note that this does not include the `self` argument, which
|
your `flake.lock`. Note that this does not include the `self` argument, which
|
||||||
must be passed explicitly if you want to use it.
|
must be passed explicitly if you want to use it. The default values also are not
|
||||||
|
affected by nix command flags like `--override-input`, so inputs should be
|
||||||
|
passed to enable full CLI functionality.
|
||||||
|
|
||||||
Flakelight will add a recent `nixpkgs` input if your flake does not have one.
|
Flakelight will add a recent `nixpkgs` input if your flake does not have one.
|
||||||
Other flakelight modules may provide default inputs for their dependencies.
|
Other flakelight modules may provide default inputs for their dependencies.
|
||||||
|
Loading…
Reference in New Issue
Block a user