about summary refs log tree commit diff
path: root/nixos/tests/simple.nix
AgeCommit message (Collapse)AuthorFilesLines
2022-03-28treewide: machine -> nodes.machineRobert Hensing1-1/+1
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.
2019-11-05nixos/simple: port test to pythonMarijan1-4/+4
2018-07-20[bot] nixos/*: remove unused arguments in lambdasvolth1-1/+1
2016-02-12nixos/tests/simple.nix: Include minimal.nixEelco Dolstra1-1/+3
This reduces the amount of rebuilds (particularly some X11 stuff) after changing some dependencies like systemd.
2015-07-12all tests: added meta.maintainers sectionJoachim Schiele1-2/+5
2014-07-01Fix evaluationEelco Dolstra1-1/+1
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.)
2013-10-10Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra1-0/+11