Replies: 2 comments
-
TIL While we're at it, maybe we should add a |
Beta Was this translation helpful? Give feedback.
0 replies
-
Opened #272 to track this, so we can move the discussion there! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
One of our contributors pointed out that they didn't get cached artifacts from cachix as they were using a different project name than what's the default, and pointed out to:
https://nix.dev/anti-patterns/language#reproducibility-referencing-top-level-directory-with
I'm going change our extra-filtering functions, but I wonder if crane should use it e.g. in the examples (https://crane.dev/examples/quick-start.html). I also wonder - if my code uses
src = ./.;
could crane "wrap it" withbuiltins.path
internally? Does it already? Should it?Beta Was this translation helpful? Give feedback.
All reactions