1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-26 16:38:34 +02:00

tests: update nmt version

Greatly reduces the memory use when running full test suite.

Fixes #1610.
This commit is contained in:
Robert Helgesson 2020-11-30 00:05:19 +01:00
parent c6263347de
commit c1faa848c5
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

@ -7,8 +7,8 @@ let
nmt = pkgs.fetchFromGitLab {
owner = "rycee";
repo = "nmt";
rev = "8e130d655ec396ce165763c95bbf4ac429810ca8";
sha256 = "1jbljr06kg1ycdn24hj8xap16axq11rhb6hm4949fz48n57pwwps";
rev = "26af5c54c88695ed73be93a9eae6b71f2d76d04a";
sha256 = "1m10cwjh63qkz2rgnm0wk16pxh52lp8i9kjfv6cfhbzl5df4q95p";
};
modules = import ../modules/modules.nix {