From 2e23053c8ef76416553973cc227ac976a9765128 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Sun, 4 May 2025 19:09:44 +0200 Subject: tests: use nixpkgs without unnecessary overlays introduces a 'boring' nixpkgs used by default for running VM tests in this repo, i.e. do not force others to build my current version of things like lix, which I overlay & which are part of any system closure, but not actually important for testing. --- tests/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/default.nix') diff --git a/tests/default.nix b/tests/default.nix index 5c165db..06d2f52 100644 --- a/tests/default.nix +++ b/tests/default.nix @@ -1,4 +1,4 @@ -{ nixpkgs ? (import ../inputs.nix { }).nixpkgs }: +{ system ? "x86_64-linux", nixpkgs ? (import ../inputs.nix { inherit system; }).nixpkgs-boring }: { bookwyrm = nixpkgs.nixosTest ./bookwyrm.nix; -- cgit v1.2.3