summaryrefslogtreecommitdiff
path: root/tests/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tests/default.nix')
-rw-r--r--tests/default.nix2
1 files changed, 1 insertions, 1 deletions
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;