Unverified Commit 07a7e098 authored by Thomas Gerbet's avatar Thomas Gerbet Committed by GitHub
Browse files

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

nixosTests.tomcat: add `lib` to imports to fix eval
parents 2fcb2da9 15a672bf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
import ./make-test-python.nix ({ pkgs, ... }: {
import ./make-test-python.nix ({ lib, pkgs, ... }: {
  name = "tomcat";
  meta.maintainers = [ lib.maintainers.anthonyroussel ];