haskellPackages.cli-nix: note unnecessarily baked in dep on pkgs.nix

This commit is contained in:
sternenseemann
2026-01-17 12:52:45 +01:00
parent 5b94303f1a
commit a6af5da7f3
@@ -2025,6 +2025,7 @@ with haskellLib;
cli-git = addBuildTool pkgs.git super.cli-git;
cli-nix = addBuildTools [
# Required due to https://github.com/obsidiansystems/cli-nix/issues/11
pkgs.nix
pkgs.nix-prefetch-git
] super.cli-nix;