Compare commits
1 commit
main
...
moduon/pur
Author | SHA1 | Date | |
---|---|---|---|
a46249687a |
|
@ -109,7 +109,7 @@ let
|
|||
# Massage `src` into a store path.
|
||||
if builtins.isPath src
|
||||
then
|
||||
if dirOf (toString src) == builtins.storeDir
|
||||
if builtins ? currentSystem && dirOf (toString src) == builtins.storeDir
|
||||
then
|
||||
# If it's already a store path, don't copy it again.
|
||||
builtins.storePath src
|
||||
|
|
Loading…
Reference in a new issue