haskellPackages.cli-nix: note unnecessarily baked in dep on pkgs.nix
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user