nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

hashcat-utils: expand platforms to unix

+1 -1
+1 -1
pkgs/tools/security/hashcat-utils/default.nix
··· 24 24 description = "Small utilities that are useful in advanced password cracking"; 25 25 homepage = "https://github.com/hashcat/hashcat-utils"; 26 26 license = licenses.mit; 27 - platforms = platforms.linux; 27 + platforms = platforms.unix; 28 28 maintainers = with maintainers; [ fadenb ]; 29 29 }; 30 30 }