You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 25, 2019. It is now read-only.
The current preamble in standalone-mode looks like this:
withimport<nixpkgs>{};
At work we usually write derivations that can be built standalone
(using just nix-build [-A foo]), but that receive a package set as a
parameter when built as part of a deployment.
An easy way to achieve this that does not break previous behaviour is
letting the preamble look like this instead:
The current preamble in standalone-mode looks like this:
At work we usually write derivations that can be built standalone
(using just
nix-build [-A foo]
), but that receive a package set as aparameter when built as part of a deployment.
An easy way to achieve this that does not break previous behaviour is
letting the preamble look like this instead:
A fix for this is applied on the devel branch.
The text was updated successfully, but these errors were encountered: