bug: Adding crane built package to inputsFrom in devShell produces postBuildInstallFromCargoBuildLogOutTempXXX
#1007
Replies: 3 comments 3 replies
-
|
Hi @eureka-cpu thanks for the report! Could you provide a self-contained example that reproduces this? I tried applying this to a sample template but did not get any issues when using a flake. Not sure if this is being used in another context or if there is something suspect with derivation's build itself which happens to propagate through the devshell definition |
Beta Was this translation helpful? Give feedback.
-
|
Sure! It's not being used with a flake, this came from the same expression as my other issue! |
Beta Was this translation helpful? Give feedback.
-
|
You can find a self contained example here: nix-community/fenix#239 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
Ref #904
Reproduction
Use
craneLib.buildPackageto build a rust package, and then add it toinputsFromin acraneLib.devShellto get its inputs:Beta Was this translation helpful? Give feedback.
All reactions