3
0
Fork 0
forked from mirrors/nixpkgs

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
commit 1dd6d307f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";
};
}