summary refs log tree commit diff
path: root/nixos/tests/installed-tests/librsvg.nix
blob: 378e7cce3ff4c12dd76c48fe3a6b699051e9c4ea (plain) (blame)
1
2
3
4
5
6
7
8
9
{ pkgs, makeInstalledTest, ... }:

makeInstalledTest {
  tested = pkgs.librsvg;

  testConfig = {
    virtualisation.memorySize = 2047;
  };
}