index
:
nixos/nixpkgs.git
master
nixos-16.03
nixos-16.09
nixos-18.09
nixos-18.09-small
nixos-19.03
nixos-19.03-small
nixos-19.09
nixos-19.09-small
nixos-20.03
nixos-20.03-small
nixos-20.09
nixos-20.09-aarch64
nixos-20.09-small
nixos-21.05
nixos-21.05-aarch64
nixos-21.05-small
nixos-21.11
nixos-21.11-aarch64
nixos-21.11-small
nixos-22.05
nixos-22.05-aarch64
nixos-22.05-small
nixos-22.11
nixos-22.11-small
nixos-23.05
nixos-23.05-small
nixos-23.11
nixos-23.11-small
nixos-24.05
nixos-24.05-small
nixos-24.11
nixos-24.11-small
nixos-25.05
nixos-25.05-small
nixos-25.11
nixos-25.11-small
nixos-test-staging
nixos-test-staging-baseline
nixos-unstable
nixos-unstable-small
nixpkgs-stable
nixpkgs-testing
nixpkgs-unstable
release-13.10
release-14.04
release-14.12
release-15.09
release-16.03
release-16.09
release-17.03
release-17.09
release-18.03
release-18.09
release-18.09-firefox64
release-19.03
release-19.09
release-20.03
release-20.09
release-21.05
release-21.11
release-22.05
release-22.11
release-23.05
release-23.11
release-24.05
release-24.11
release-25.05
release-25.11
release-26.05
staging
staging-18.03
staging-18.09
staging-19.03
staging-19.09
staging-20.03
staging-20.09
staging-21.05
staging-21.11
staging-22.05
staging-22.11
staging-23.05
staging-23.11
staging-24.05
staging-24.11
staging-25.05
staging-25.11
staging-26.05
staging-next
staging-next-21.05
staging-next-21.11
staging-next-22.05
staging-next-22.11
staging-next-23.05
staging-next-23.11
staging-next-24.05
staging-next-24.11
staging-next-25.05
staging-next-25.11
staging-next-26.05
staging-next-xdg-desktop-portal-gnome-dependency
staging-nixos
staging-patchelf
staging-python
staging.patchShebangs
Nix Packages collection
Octavian Cerna
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pkgs
/
build-support
/
fetchzip
/
default.nix
Age
Commit message (
Expand
)
Author
2025-11-03
fetchzip: take derivationArgs
Yueh-Shun Li
2025-11-03
fetchzip: make overridable extension and stripRoot with derivationArgs
Yueh-Shun Li
2025-10-28
fetchurl, fetchzip, fetchgit: format Nix expression after lib.extendMkDerivation
Yueh-Shun Li
2025-10-28
fetchzip: restructure with lib.extendMkDerivation (not formatted)
Yueh-Shun Li
2025-10-28
fetchzip: move extraPostFetch warning down where it is referenced
Yueh-Shun Li
2025-07-24
treewide: run nixfmt 1.0.0
Wolfgang Walther
2025-05-31
lib, treewide: introduce `repoRevToName`, use it in most `fetch*` functions
Jan Malakhovski
2024-12-10
treewide: format all inactive Nix files
Silvan Mosberger
2024-01-12
fetchzip: allow dropping unzip
Weijia Wang
2023-11-18
fetchgitlab: make args more similar to fetchgithub
Nicolas Benes
2023-08-08
fetchzip: cleanup and improve metrics a bit
Jan Malakhovski
2022-12-16
Merge pull request #191355 from GenericNerdyUsername/fetchzip-include-hidden
Robert Hensing
2022-12-16
fetchzip: don't error out if the directory inside the archive starts with a "."
GenericNerdyUsername
2022-11-07
fetchzip: auto generate name from pname-version
Hraban Luyat
2022-10-04
fetchzip: add pname+version support
Sandro Jäckel
2022-06-11
fetchzip: force UTF-8 compatibel locale to unpack non-ASCII symbols
Sergei Trofimovich
2022-05-22
fetchzip: extraPostFetch -> postFetch && tests
Artturin
2022-02-26
fetchzip: remove need for overrideAttrs
Jonathan Ringer
2021-09-08
fetchzip: recursively run chmod +w on the unpackDir
Artturin
2021-08-10
fetchzip: add extension parameter
Alexey Shmalko
2021-04-07
fetchzip: accept urls
Sandro Jäckel
2021-02-05
fetchzip: simplify `postFetch` as per suggestions
Jan Malakhovski
2021-02-04
fetchzip: fix `extraPostFetch` concatenation
Jan Malakhovski
2020-12-04
fetchzip: get write permission on unpacked directory
Luke Granger-Brown
2020-11-26
fetchzip: remove write permissions for unpacked files
MetaDark
2020-03-26
Revert "fetchzip, fetchgit: cleanup handling of optional features and whitesp...
Benjamin Hipple
2020-02-08
fetchzip, fetchgit: cleanup handling of optional features and whitespace
Benjamin Hipple
2019-06-16
treewide: remove unused variables (#63177)
volth
2018-09-21
fetchzip: Use unzip from buildPackages
John Ericson
2017-10-30
fetchzip and friends: Set "name" to "source" by default
Eelco Dolstra
2017-07-17
Fix #27448 argument list too long in fetchzip for darwin.
luigy
2016-05-17
fetchzip: improve error message
Domen Kožar
2015-12-29
fetchFromBitBucket: auto-remove an impure file
Vladimír Čunát
2015-01-25
fetchzip: fix unpacking regression
Charles Strahan
2015-01-23
fetchzip: various fixes
Charles Strahan
2014-12-12
Fix fetchzip for actuall zip files
Michael Raskin
2014-08-09
unpackFile: Always copy directories
Eelco Dolstra
2014-05-09
fetchFromGitHub: Use .tar.gz instead of .zip
Eelco Dolstra
2014-05-08
Add a function "fetchzip"
Eelco Dolstra