nixpkgs-suyu/nixos/tests/installed-tests/librsvg.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
143 B
Nix
Raw Normal View History

2021-04-16 15:27:47 +02:00
{ pkgs, makeInstalledTest, ... }:
makeInstalledTest {
tested = pkgs.librsvg;
testConfig = {
virtualisation.memorySize = 2047;
};
}