Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need of fetchurl.nix #1044

Closed
Anton-Latukha opened this issue Jan 21, 2022 · 1 comment
Closed

Need of fetchurl.nix #1044

Anton-Latukha opened this issue Jan 21, 2022 · 1 comment

Comments

@Anton-Latukha
Copy link
Collaborator

Anton-Latukha commented Jan 21, 2022

After the update of submodule #1029, Nix relocated the place of fetchurl.nix & now:

cabal v2-run hnix -- -I /nix/var/nix/profiles/per-user/root/channels --eval --expr '(import <old> {}).qbittorrent.outPath'
...
file ''nix/fetchurl.nix'' was not found in the Nix search path (add it's using $NIX_PATH or -I)

Supplying the fetchurl.nix directly works:

cabal v2-run hnix -- -I /nix/var/nix/profiles/per-user/root/channels -I $(pwd)/nix/fetchurl.nix --eval --expr '(import <old> {}).qbittorrent.outPath'
Up to date
"/nix/store/xqgcn5mgjwzpwv848725wqr2acm8qc8w-qbittorrent-4.3.1"
@Anton-Latukha Anton-Latukha changed the title Need of fetchurl.nix Need of fetchurl.nix Jan 21, 2022
@soulomoon
Copy link
Collaborator

After #1051
We no longer need fetchurl.nix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants