Merge pull request #221766 from amjoseph-nixpkgs/pr/trivial-builders/test/fix-eval

trivial-builders/test/references.nix: fix eval
This commit is contained in:
Robert Hensing
2023-03-18 15:20:53 +01:00
committed by GitHub
@@ -45,10 +45,8 @@ testers.nixosTest {
""")
'';
meta = {
license = lib.licenses.mit; # nixpkgs license
maintainers = with lib.maintainers; [
roberth
];
description = "Run the Nixpkgs trivial builders tests";
};
}