about summary refs log tree commit diff
path: root/nixos/tests/packagekit.nix
AgeCommit message (Collapse)AuthorFilesLines
2022-03-28treewide: machine -> nodes.machineRobert Hensing1-1/+1
2021-04-18nixos/tests/packagekit: fix test machine evaluationsternenseemann1-1/+0
aa22be179a4dfb9633089ebc7c65c6d6c18a83d5 dropped the backend setting which was used in the test, breaking evaluation of the test in the process. Kind of defeats the purpose of a test if it isn't executed before merging a change to a module…
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-06nixosTests.packagekit: port to pythonworldofpeace1-4/+6
2019-04-24nixos/packagekit: add testPeter Hoeg1-0/+24