Files
lix/src/libstore
Eelco Dolstra b8283773bd nix: Make all options available as flags
Thus, instead of ‘--option <name> <value>’, you can write ‘--<name>
<value>’. So

  --option http-connections 100

becomes

  --http-connections 100

Apart from brevity, the difference is that it's not an error to set a
non-existent option via --option, but unrecognized arguments are
fatal.

Boolean options have special treatment: they're mapped to the
argument-less flags ‘--<name>’ and ‘--no-<name>’. E.g.

  --option auto-optimise-store false

becomes

  --no-auto-optimise-store
2017-06-07 16:17:17 +02:00
..
2017-05-16 16:09:57 +02:00
2017-05-16 16:09:57 +02:00
2017-05-16 16:09:57 +02:00
2017-05-16 16:09:57 +02:00
2017-05-16 16:09:57 +02:00
2017-05-31 20:43:47 +02:00
2017-06-06 18:44:49 +02:00
2014-09-18 12:00:40 +02:00
2017-05-16 16:09:57 +02:00
2016-10-06 17:00:52 +02:00
2017-03-03 16:12:17 -05:00
2017-02-28 13:59:11 +01:00
2017-02-28 13:59:11 +01:00
2017-05-29 16:08:56 +02:00