nix-prefetch icon indicating copy to clipboard operation
nix-prefetch copied to clipboard

Cannot fetch cargoDeps according to README

Open oxalica opened this issue 3 years ago • 1 comments

I'm on current nixpkgs master. Command: nix-prefetch cargo-flamegraph.cargoDeps --fetcher '<nixpkgs/pkgs/build-support/rust/fetchcargo.nix>' Outputs:

warning: unknown setting 'experimental-features'
warning: unknown setting 'flake-registry'
warning: unknown setting 'experimental-features'
warning: unknown setting 'flake-registry'
error: attribute 'override' missing, at /nix/store/0x8sqpcg4kcpvw5nqabd8vhmn93da1f2-nix-prefetch-0.3.1/lib/nix-prefetch/fetcher.nix:37:65

oxalica avatar Jan 05 '21 15:01 oxalica

To address this I would have to dig into a lot of details, so I will postpone it and address it in the cleanup/rewrite of nix-prefetch I am working on.

msteen avatar Jan 15 '21 13:01 msteen