mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 07:04:17 +00:00
tests: update nmt
Allows running, e.g., nix-build --pure tests -A build.all
This commit is contained in:
parent
dc1b6b8349
commit
a73e619377
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ let
|
|||
nmt = pkgs.fetchFromGitLab {
|
||||
owner = "rycee";
|
||||
repo = "nmt";
|
||||
rev = "d2cc8c1042b1c2511f68f40e2790a8c0e29eeb42";
|
||||
sha256 = "1ykcvyx82nhdq167kbnpgwkgjib8ii7c92y3427v986n2s5lsskc";
|
||||
rev = "19ef4e6673cb50a26069ef78b4644553863fb160";
|
||||
sha256 = "0dwbkl3wifhihp0xxpdfy9jscmrrzfcwx1czlhv728nvbz90ps7b";
|
||||
};
|
||||
|
||||
modules = import ../modules/modules.nix {
|
||||
|
|
Loading…
Reference in a new issue