diff --git a/tests/default.nix b/tests/default.nix index 8d9efea7..2f571b24 100644 --- a/tests/default.nix +++ b/tests/default.nix @@ -4,9 +4,9 @@ lib, linkFarm, self, # The flake instance - system ? pkgs.stdenv.hostPlatform.system, }: let + inherit (pkgs.stdenv.hostPlatform) system; # Use a single common instance of nixpkgs, with allowUnfree # Having a single shared instance should speed up tests a little