lol
0
fork

Configure Feed

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

at 23.11-beta 13 lines 290 B view raw
1{ bossa, git, fetchFromGitHub }: 2 3bossa.overrideAttrs (attrs: rec { 4 pname = "bossa-arduino"; 5 version = "1.9.1-arduino2"; 6 7 src = fetchFromGitHub { 8 owner = "arduino"; 9 repo = "BOSSA"; 10 rev = version; 11 sha256 = "sha256-sBJ6QMd7cTClDnGCeOU0FT6IczEjqqRxCD7kef5GuY8="; 12 }; 13})