aboutsummaryrefslogtreecommitdiffhomepage
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix15
1 files changed, 11 insertions, 4 deletions
diff --git a/flake.nix b/flake.nix
index df1d0c3a..5b51672e 100644
--- a/flake.nix
+++ b/flake.nix
@@ -53,12 +53,19 @@
pkgs.php85Packages.composer
pkgs.just
- # The following softwares are used for testing.
+ # The following softwares are used for testing:
+
# VCSs
- pkgs.fossil
pkgs.git
- pkgs.mercurial
- pkgs.subversion
+ # VCSs (optional)
+ # Neither Composer's test suite nor Shirabe's uses a real binary
+ # for these commands: all tests for them mock a process executor.
+ # They only slow the tests down.
+ # Please uncomment to run those code paths by hand.
+ # pkgs.fossil
+ # pkgs.mercurial
+ # pkgs.subversion
+
# Archivers
pkgs.bzip2
pkgs.gnutar