about summary refs log tree commit diff
path: root/nixos/tests/containers-reloadable.nix
AgeCommit message (Collapse)AuthorFilesLines
2021-02-26nixos/containers: styling improvementsPatryk Wychowaniec1-4/+3
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-08-23nixosTests.containers-reloadable: fix typo in nameFlorian Klink1-1/+1
2020-08-23nixosTests.containers-reloadable: fix old reference to make-test.nix in commentFlorian Klink1-1/+1
2019-11-25nixos/containers-reloadable: Port test to pythonJacek Galowicz1-12/+19
2019-08-28treewide: remove redundant recvolth1-1/+1
2019-08-26treewide: remove redundant quotesvolth1-3/+3
2018-07-20[bot] nixos/*: remove unused arguments in lambdasvolth1-3/+3
2018-07-20[bot]: remove unreferenced codevolth1-1/+0
2018-02-17nixos/tests: rename IP addresses/routes optionsrnhmjoj1-1/+1
2017-08-23nixos tests: add test for declarative containers, that container config changesdanbst1-0/+66
are applied on `nixos-rebuild switch` invocations.