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
commit 26c1946de1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,12 +2,10 @@
, klipper
, python3
, gnumake
, pkgsCross
}: writeShellApplication {
name = "klipper-genconf";
runtimeInputs = [
python3
pkgsCross.avr.stdenv.cc
gnumake
];
text = ''