We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b2616f commit e1299b5Copy full SHA for e1299b5
hnix-store-core/src/System/Nix/DerivedPath.hs
@@ -62,6 +62,7 @@ parseDerivedPath
62
-> Text
63
-> Either ParseOutputsError DerivedPath
64
parseDerivedPath root p =
65
+ -- TODO: breaks when root contains !
66
case Data.Text.breakOn "!" p of
67
(s, r) ->
68
if Data.Text.null r
0 commit comments