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

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 ];