mirror of
https://github.com/NixOS/nix.git
synced 2025-12-01 22:50:59 +01:00
This turns errors like:
error: flake output attribute 'hydraJobs' is not a derivation or path
into errors like:
error: expected flake output attribute 'hydraJobs' to be a derivation or
path but found a set: { binaryTarball = «thunk»; build = «thunk»; etc> }
This change affects all InstallableFlake commands.
Source:
|
||
|---|---|---|
| .. | ||
| config | ||
| consistent-nix-build.md | ||
| derivation-json-change.md | ||
| fix-silent-unknown-options.md | ||
| print-value-in-installable-flake-error.md | ||