Merge pull request #250685 from K900/no-more-genconf

nixos/klipper: don't install klipper-genconf

authored by

K900 and committed by
GitHub
26c1946d 0de6f40e

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