mirror of
https://github.com/NixOS/nix.git
synced 2025-11-21 17:59:36 +01:00
Handle store symlinks in flake directories
E.g. 'nix path-info ./result' inside a flake directory now works again.
This commit is contained in:
parent
4f6a7c8621
commit
d132d057a8
5 changed files with 25 additions and 12 deletions
|
|
@ -26,6 +26,7 @@ MakeError(InvalidPath, Error)
|
|||
MakeError(Unsupported, Error)
|
||||
MakeError(SubstituteGone, Error)
|
||||
MakeError(SubstituterDisabled, Error)
|
||||
MakeError(NotInStore, Error)
|
||||
|
||||
|
||||
struct BasicDerivation;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue