mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 03:29:45 +01:00
tests: update nmt version
Greatly reduces the memory use when running full test suite. Fixes #1610.
This commit is contained in:
parent
c6263347de
commit
c1faa848c5
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue