summary refs log tree commit diff
path: root/pkgs/tools/filesystems/gitfs
Commit message (Collapse)AuthorAge
* treewide: switch to nativeCheckInputsGuillaume Girol2023-01-21
| | | | | | | checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs.
* pythonPackages: deprecate pytestcov aliasSandro Jäckel2021-07-21
|
* gitfs: add darwin buildmidchildan2021-04-02
|
* treewide: remove stdenv where not neededPavol Rusnak2021-01-25
|
* pkgs/tools: stdenv.lib -> libBen Siraphob2021-01-15
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* gitfs: Switch to Python 3Jan Tojnar2020-02-10
| | | | Supported since 0.5 at least
* gitfs: 0.5.1 -> 0.5.2R. RyanTM2019-11-26
|
* gitfs: 0.4.5.1 -> 0.5.1R. RyanTM2019-10-21
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/gitfs/versions
* treewide: name -> pname (#67513)volth2019-08-31
|
* gitfs: 0.2.5 -> 0.4.5.1rnhmjoj2017-03-02
|
* gitfs: use python2Frederik Rietdijk2016-10-18
|
* gitfs: do not pass in buildPythonApplicationFrederik Rietdijk2016-09-26
|
* buildPythonApplication: use new function for Python applicationsFrederik Rietdijk2016-02-19
|
* gitfs: init at 0.2.5Robbin C2015-07-06
This adds gitfs, a FUSE filesystem that fully integrates with git.