nixpkgs/pkgs/by-name/hi/himalaya
Julius Michaelis 87e574e110 treewide: rewrite some uses of hostPlatform == buildPlatform to canExecute
This rewrites uses of

stdenv.hostPlatform == stdenv.buildPlatform

to

stdenv.buildPlatform.canExecute stdenv.hostPlatform

when guarding postInstall scripts that use $out/bin/… to generate shell completions
2024-08-04 10:50:48 +09:00
..
package.nix treewide: rewrite some uses of hostPlatform == buildPlatform to canExecute 2024-08-04 10:50:48 +09:00