lol
fork

Configure Feed

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

klipper-genconf: remove AVR cross-compiler dependency

K900 22e5560c b401f3aa

-2
-2
pkgs/servers/klipper/klipper-genconf.nix
··· 2 2 , klipper 3 3 , python3 4 4 , gnumake 5 - , pkgsCross 6 5 }: writeShellApplication { 7 6 name = "klipper-genconf"; 8 7 runtimeInputs = [ 9 8 python3 10 - pkgsCross.avr.stdenv.cc 11 9 gnumake 12 10 ]; 13 11 text = ''