about summary refs log tree commit diff
path: root/nixos/tests/proxy.nix
AgeCommit message (Collapse)AuthorFilesLines
2021-01-10treewide: simplify pkgs.stdenv.lib -> pkgs.libDominik Xaver Hörl1-1/+1
The library does not depend on stdenv, that `stdenv` exposes `lib` is an artifact of the ancient origins of nixpkgs.
2020-01-26nixosTests.proxy: Port to pythonJacek Galowicz1-75/+68
2019-12-24nixos/httpd: limit serving web content to virtual hosts, convert ↵Aaron Andersen1-7/+8
virtualHosts option type from listOf to attrsOf, add ACME integration
2019-02-22Remove myself as maintainer from packagesFlorian Friesdorf1-1/+1
I'm currently not maintaining any packages.
2018-07-20[bot] nixos/*: remove unused arguments in lambdasvolth1-3/+3
2015-08-31Make proxy test more robustEelco Dolstra1-0/+1
http://hydra.nixos.org/build/25322489
2015-08-28Fix tests that use the Valgrind docsEelco Dolstra1-1/+1
2015-07-12all tests: added meta.maintainers sectionJoachim Schiele1-2/+4
2014-11-06apache-httpd: Make 2.4 the defaultEelco Dolstra1-4/+3
The NixOS 14.11 release is a good time to finally make 2.4 the default.
2014-06-28name nixos tests, close #3078Florian Friesdorf1-0/+1
2014-04-14Make it easier to run the testsEelco Dolstra1-2/+2
You can now run a test in the nixos/tests directory directly using nix-build, e.g. $ nix-build '<nixos/tests/login.nix>' -A test This gets rid of having to add the test to nixos/tests/default.nix. (Of course, you still need to add it to nixos/release.nix if you want Hydra to run the test.)
2014-04-11Fix tests broken due to the firewall being enabled by defaultEelco Dolstra1-6/+5
2013-10-10Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra1-0/+94