mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
chore(ci): rename klipper package
This commit is contained in:
parent
7bf1ce71de
commit
98f28acc4f
2 changed files with 3 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
{
|
{
|
||||||
|
pkgs,
|
||||||
config,
|
config,
|
||||||
lib,
|
lib,
|
||||||
...
|
...
|
||||||
|
|
@ -10,6 +11,7 @@ in {
|
||||||
services = {
|
services = {
|
||||||
klipper = {
|
klipper = {
|
||||||
enable = mkDefault true;
|
enable = mkDefault true;
|
||||||
|
package = pkgs.klipper-ender3v3se;
|
||||||
quiet = mkDefault true;
|
quiet = mkDefault true;
|
||||||
octoprintIntegration = mkIf octoprint.enable (mkDefault true);
|
octoprintIntegration = mkIf octoprint.enable (mkDefault true);
|
||||||
configFiles = [
|
configFiles = [
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ in {
|
||||||
plugins = [final.curaPlugins.octoprint];
|
plugins = [final.curaPlugins.octoprint];
|
||||||
};
|
};
|
||||||
|
|
||||||
klipper = final.callPackage ../packages/klipper.nix {};
|
klipper-ender3v3se = final.callPackage ../packages/klipper.nix {};
|
||||||
|
|
||||||
octoprint = let
|
octoprint = let
|
||||||
mapPlugin = python3Packages: _: plugin:
|
mapPlugin = python3Packages: _: plugin:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue