You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Better support for file: urls in repositories (#1915)
If you have a repository whose URL is a `file:` URL, then you will end
up with package sources being specified by `fetchurl` calls with `file:`
URLs. Now, in principle `curl` can fetch from `file:` URLs, but the Nix
sandbox isn't relaxed in the right way to allow it to see the file (just
the internet!). We can get around this by using `builtins.path` instead.
0 commit comments