mirror of
https://github.com/NixOS/nix
synced 2025-06-25 02:21:16 +02:00
Make Mercurial optional for the flakes tests
This commit is contained in:
parent
0dc8172458
commit
faeab0d5d5
2 changed files with 29 additions and 27 deletions
|
@ -78,7 +78,7 @@
|
|||
|
||||
# Tests
|
||||
buildPackages.git
|
||||
buildPackages.mercurial
|
||||
buildPackages.mercurial # FIXME: remove? only needed for tests
|
||||
buildPackages.jq
|
||||
]
|
||||
++ lib.optionals stdenv.hostPlatform.isLinux [(buildPackages.util-linuxMinimal or buildPackages.utillinuxMinimal)];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue