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








                                     
{ pkgs, makeInstalledTest, ... }:

makeInstalledTest {
  tested = pkgs.librsvg;

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