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
Specifically, loading the nixpkgs_review/nixpkgs_review/nix/review-shell.nix file will fail.
This is because when nixpkgs-path in import nixpkgs-path is set to a string that doesn't represent an absolute path, the import will fail.
Specifically, loading the
nixpkgs_review/nixpkgs_review/nix/review-shell.nix
file will fail.This is because when
nixpkgs-path
inimport nixpkgs-path
is set to a string that doesn't represent an absolute path, the import will fail.MREs:
$ nix-shell -p nixpkgs-review --run "env XDG_CACHE_HOME=. nixpkgs-review pr 366438 --print-result"
$ nix-shell -p nixpkgs-review --run "env HOME=. nixpkgs-review pr 366438 --print-result"
will both output
snip!
```console -> Attempting to fetch eval results from GitHub actions -> Successfully fetched rebuilds: no local evaluation needed $ git -c fetch.prune=false fetch --no-tags --force https://github.com/NixOS/nixpkgs master:refs/nixpkgs-review/0 pull/366438/merge:refs/nixpkgs-review/1 remote: Enumerating objects: 135, done. remote: Counting objects: 100% (95/95), done. remote: Compressing objects: 100% (53/53), done. remote: Total 135 (delta 69), reused 53 (delta 42), pack-reused 40 (from 3) Receiving objects: 100% (135/135), 541.08 KiB | 10.82 MiB/s, done. Resolving deltas: 100% (70/70), completed with 33 local objects. From https://github.com/NixOS/nixpkgs 78fdbc78fd83..8ba337117121 master -> refs/nixpkgs-review/0 + a3a94082859a...3b58d130629f refs/pull/366438/merge -> refs/nixpkgs-review/1 (forced update) $ git worktree add nixpkgs-review/pr-366438/nixpkgs 3b58d130629fff2c768f92cd4baaf2628692d327 Preparing worktree (detached HEAD 3b58d130629f) Updating files: 100% (46165/46165), done. HEAD is now at 3b58d130629f Merge 836d015e0bea5715a2b4fdce411d5dd1427c4177 into 8ba337117121ab3774d7b623e3d5607b7d8de3df ```The text was updated successfully, but these errors were encountered: