mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 11:39:46 +01:00
tests: bump nmt revision
This commit is contained in:
parent
5baa0c300f
commit
cfaf213980
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ let
|
||||||
nmt = pkgs.fetchFromGitLab {
|
nmt = pkgs.fetchFromGitLab {
|
||||||
owner = "rycee";
|
owner = "rycee";
|
||||||
repo = "nmt";
|
repo = "nmt";
|
||||||
rev = "ae9ce0033dbd28b4774142a67369f41c11753555";
|
rev = "8e130d655ec396ce165763c95bbf4ac429810ca8";
|
||||||
sha256 = "1m5jqhflykya5h6s69ps6r70ffbsr6qkxdq1miqa68msshl21f9y";
|
sha256 = "1jbljr06kg1ycdn24hj8xap16axq11rhb6hm4949fz48n57pwwps";
|
||||||
};
|
};
|
||||||
|
|
||||||
modules = import ../modules/modules.nix {
|
modules = import ../modules/modules.nix {
|
||||||
|
|
Loading…
Reference in a new issue