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

nixos/klipper: don't install klipper-genconf
This commit is contained in:
K900
2023-08-22 22:44:33 +03:00
committed by GitHub
-2
View File
@@ -2,12 +2,10 @@
, klipper
, python3
, gnumake
, pkgsCross
}: writeShellApplication {
name = "klipper-genconf";
runtimeInputs = [
python3
pkgsCross.avr.stdenv.cc
gnumake
];
text = ''