mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
Style fix
This commit is contained in:
parent
e48f944e9d
commit
790b694be7
1 changed files with 1 additions and 1 deletions
|
@ -578,7 +578,7 @@ void LocalStore::checkDerivationOutputs(const StorePath & drvPath, const Derivat
|
||||||
envHasRightPath(path, i.first);
|
envHasRightPath(path, i.first);
|
||||||
},
|
},
|
||||||
[&](DerivationOutputCAFloating _) {
|
[&](DerivationOutputCAFloating _) {
|
||||||
throw UnimplementedError("Floating CA output derivations are not yet implemented");
|
throw UnimplementedError("floating CA output derivations are not yet implemented");
|
||||||
},
|
},
|
||||||
}, i.second.output);
|
}, i.second.output);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue