3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/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 14:27:47 +01:00
{ pkgs, makeInstalledTest, ... }:
makeInstalledTest {
tested = pkgs.librsvg;
testConfig = {
virtualisation.memorySize = 2047;
};
}