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

Configure Feed

Select the types of activity you want to include in your feed.

loc: enable darwin build

It works fine there and probably other unix platforms.

+2 -2
+2 -2
pkgs/development/misc/loc/default.nix
··· 15 15 16 16 cargoSha256 = "0y2ww48vh667kkyg9pyjwcbh7fxi41bjnkhwp749crjqn2abimrk"; 17 17 18 - meta = { 18 + meta = with stdenv.lib; { 19 19 homepage = https://github.com/cgag/loc; 20 20 description = "Count lines of code quickly"; 21 21 license = stdenv.lib.licenses.mit; 22 22 maintainers = with stdenv.lib.maintainers; [ ]; 23 - platforms = with stdenv.lib.platforms; linux; 23 + platforms = platforms.unix; 24 24 }; 25 25 } 26 26