Fix nixpkgsLibTests

This commit is contained in:
Robert Hensing 2024-06-03 16:15:49 +02:00
parent cc6f315252
commit f01f65b615

View file

@ -151,10 +151,11 @@ in
nixpkgsLibTests =
forAllSystems (system:
import (nixpkgs + "/lib/tests/release.nix")
import (nixpkgs + "/lib/tests/test-with-nix.nix")
{
lib = nixpkgsFor.${system}.native.lib;
nix = self.packages.${system}.nix;
pkgs = nixpkgsFor.${system}.native;
nixVersions = [ self.packages.${system}.nix ];
}
);
};