Merge pull request #277251 from trofi/nixosTests.tomcat-fix-eval

nixosTests.tomcat: add `lib` to imports to fix eval
This commit is contained in:
Thomas Gerbet
2023-12-28 12:00:25 +01:00
committed by GitHub
+1 -1
View File
@@ -1,4 +1,4 @@
import ./make-test-python.nix ({ pkgs, ... }: {
import ./make-test-python.nix ({ lib, pkgs, ... }: {
name = "tomcat";
meta.maintainers = [ lib.maintainers.anthonyroussel ];