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 b2c31e0 commit c3ece67Copy full SHA for c3ece67
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