paren
This commit is contained in:
parent
82c3509ba0
commit
cf146d4d40
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ large *and* in the small reusably and efficiently, the other composition
|
||||||
primitives provided by Nix and nixpkgs remain the best choices to assemble
|
primitives provided by Nix and nixpkgs remain the best choices to assemble
|
||||||
software. A flake can then be relegated to merely an entry point and a way of
|
software. A flake can then be relegated to merely an entry point and a way of
|
||||||
acquiring dependencies that are required for evaluation (build-time
|
acquiring dependencies that are required for evaluation (build-time
|
||||||
dependencies should use `pkgs.fetchurl`, `fetchFromGitHub`, etc.
|
dependencies should use `pkgs.fetchurl`, `fetchFromGitHub`, etc).
|
||||||
|
|
||||||
For example, to expose multiple configurations of a program, one might write it
|
For example, to expose multiple configurations of a program, one might write it
|
||||||
the traditional way, using a lambda accepting some configuration parameters,
|
the traditional way, using a lambda accepting some configuration parameters,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue