nixpkgs/pkgs/tools/misc/ipxe
Arthur Gautier 3a7e5f6c25 ipxe: allow to pass options with values
For example BANNER_TIMEOUT can be overriden like:
```
ipxe.overrideArgs(old: {
    enableOptions = old.enableOptions ++ [ "BANNER_TIMEOUT 100" ];
});
```

Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
2021-09-13 08:47:00 +02:00
..
default.nix ipxe: allow to pass options with values 2021-09-13 08:47:00 +02:00