nix-prefetch
nix-prefetch copied to clipboard
Prefetch any fetcher function call, e.g. a package source
* Default to using --extra-experimental-features instead of --experimental-features to show respect to the environment configuration. * Add flags --extra-experimental-features and --experimental-features to allow manual specification to the experimental-features setting (e.g....
When running the following on a system without any channels in Nix path, it fails: ``` $ nix-prefetch hello.src warning: unknown setting 'experimental-features' error: file 'nixpkgs' was not found in...
First of all, thank you for this great project! nix-prefetch has already become mission-critical in the Nix ecosystem. However, the development seems halted, and Nixpkgs maintainer(s) sometimes need to bump...
Currently when trying to use `nix-prefetch` with something that requires flakes it will fail, it is testing for flake but only adds `--experimental-features nix-command`: https://github.com/msteen/nix-prefetch/blob/master/src/main.sh#L163 I have a flake that...
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 12 to 17. Release notes Sourced from cachix/install-nix-action's releases. install-nix-action-v17 curl for downloading the installer is now in quiet mode (since all the bugs have been addressed)...
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. Release notes Sourced from actions/checkout's releases. v3.0.0 Update default runtime to node16 v2.4.0 Convert SSH URLs like org-<ORG_ID>@github.com: to https://github.com/ - pr v2.3.5 Update...
Hey y'all, thanks for your work on nix-prefetch. I'm trying to fetch some mercurial from a private repo server, pretty straight forward call like ``` nix-prefetch '{fetchhg}: fetchhg { url...
When `nix-prefetch` launched with both `--verbose` and `--compute-hash` hash will not appear
As of release 0.4.1, I observe the following behavior. ```ShellSession $ uname -ris Darwin 19.6.0 MacBookPro11,1 $ nix-prefetch fetchFromGitHub --help error: Unsupported input type ''. ``` ```ShellSession $ uname -ris...
The tag for the current version (`0.4.1`) is out of this source tree, which is quite confusing. I'm not sure if there's a way to "fix" the issue aside from...