From 4085796c8c582f2a64d3c366199efa599ce61a6b Mon Sep 17 00:00:00 2001 From: Francesco Gazzetta Date: Wed, 5 Jun 2024 09:49:28 +0200 Subject: [PATCH] nixosTests.ladybird: use programs.ladybird option --- nixos/tests/ladybird.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/nixos/tests/ladybird.nix b/nixos/tests/ladybird.nix index 8ed0f47887c7..85c23353a668 100644 --- a/nixos/tests/ladybird.nix +++ b/nixos/tests/ladybird.nix @@ -10,9 +10,7 @@ import ./make-test-python.nix ({ pkgs, ... }: { ]; services.xserver.enable = true; - environment.systemPackages = [ - pkgs.ladybird - ]; + programs.ladybird.enable = true; }; enableOCR = true;