about summary refs log tree commit diff
path: root/pkgs/servers/varnish/modules.nix
AgeCommit message (Collapse)AuthorFilesLines
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-11-03varnishPackages: general version bumps & refactorFranz Pletz1-2/+2
2019-08-15varnishPackages: pin python to varnish python versionJonathan Ringer1-3/+10
2018-03-20varnish4: init at 4.1.9; varnish6: init at 6.0.0volth1-7/+14
2018-02-21varnish-modules: 0.10.2 -> 0.13.0volth1-2/+2
2017-11-26varnish-modules: remove references to varnish.devvolth1-2/+4
2017-07-26nixos/varnish: made compatible with varnish 5.2.1, add modulesVolth1-0/+20
* nixos/varnish: command line compatible with varnish 5.2.1, fixes https://github.com/NixOS/nixpkgs/issues/27409 * nixos/varnish: add support for modules (services.varnish.extraModules) * varnish-modules: init at 0.10.2 * varnish-geoip: init at 1.0.2 * varnish-rtstatus: init at 1.2.0 * varnish-digest: init at 1.0.1 * added services.varnish.extraCommandLine option