mirror of
https://github.com/NixOS/nix.git
synced 2025-12-01 14:41:00 +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:
|
||
|---|---|---|
| .. | ||
| external-api | ||
| internal-api | ||
| manual | ||