mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-13 01:36:15 +02:00
Remove tabs
This commit is contained in:
parent
02ece164be
commit
ff09acd1f9
1 changed files with 2 additions and 2 deletions
|
@ -138,8 +138,8 @@ struct Derivation : BasicDerivation
|
||||||
|
|
||||||
/* Return the underlying basic derivation but with these changes:
|
/* Return the underlying basic derivation but with these changes:
|
||||||
|
|
||||||
1. Input drvs are emptied, but the outputs of them that were used are
|
1. Input drvs are emptied, but the outputs of them that were used are
|
||||||
added directly to input sources.
|
added directly to input sources.
|
||||||
|
|
||||||
2. Input placeholders are replaced with realized input store paths. */
|
2. Input placeholders are replaced with realized input store paths. */
|
||||||
std::optional<BasicDerivation> tryResolve(Store & store);
|
std::optional<BasicDerivation> tryResolve(Store & store);
|
||||||
|
|
Loading…
Reference in a new issue