mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
b186e2d76e
Some programs (e.g. nvfetcher) parse the output of nix-prefetch-git as JSON. However, there is a pushd/popd command in nix-prefetch-git that outputs the directory name, breaking the structure of the result JSON. We suppressed it with `>/dev/null`. Passingly fixes a mixuse of tab and spaces. |
||
---|---|---|
.. | ||
builder.sh | ||
default.nix | ||
deterministic-git | ||
nix-prefetch-git | ||
tests.nix |