diff options
Diffstat (limited to 'doc/manual/rl-next/eval-system.md')
-rw-r--r-- | doc/manual/rl-next/eval-system.md | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/doc/manual/rl-next/eval-system.md b/doc/manual/rl-next/eval-system.md deleted file mode 100644 index d0fd66175..000000000 --- a/doc/manual/rl-next/eval-system.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -synopsis: Add new `eval-system` setting -prs: 4093 -credits: [matthewbauer, horrors] -category: Features ---- - -Add a new `eval-system` option. -Unlike `system`, it just overrides the value of `builtins.currentSystem`. -This is more useful than overriding `system`, because you can build these derivations on remote builders which can work on the given system. -In contrast, `system` also effects scheduling which will cause Lix to build those derivations locally even if that doesn't make sense. - -`eval-system` only takes effect if it is non-empty. -If empty (the default) `system` is used as before, so there is no breakage. |