Skip to content

Commit

Permalink
Add release not for eval-system
Browse files Browse the repository at this point in the history
  • Loading branch information
Ericson2314 committed Dec 15, 2023
1 parent 70f50cb commit d1b088e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions doc/manual/rl-next/eval-system.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
synopsis: Add new `eval-system` setting
prs: 4093
---

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 Nix 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.

0 comments on commit d1b088e

Please sign in to comment.