nixos/test-driver: Add required attributes to package call (#487754)

This commit is contained in:
Jacek Galowicz
2026-02-08 14:45:30 +00:00
committed by GitHub
+1 -1
View File
@@ -1,4 +1,4 @@
{
pkgs ? import ../../.. { },
}:
pkgs.callPackage ./default.nix { }
pkgs.python3Packages.callPackage ./default.nix { }