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,
|
||||
lib,
|
||||
...
|
||||
|
|
@ -10,6 +11,7 @@ in {
|
|||
services = {
|
||||
klipper = {
|
||||
enable = mkDefault true;
|
||||
package = pkgs.klipper-ender3v3se;
|
||||
quiet = mkDefault true;
|
||||
octoprintIntegration = mkIf octoprint.enable (mkDefault true);
|
||||
configFiles = [
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ in {
|
|||
plugins = [final.curaPlugins.octoprint];
|
||||
};
|
||||
|
||||
klipper = final.callPackage ../packages/klipper.nix {};
|
||||
klipper-ender3v3se = final.callPackage ../packages/klipper.nix {};
|
||||
|
||||
octoprint = let
|
||||
mapPlugin = python3Packages: _: plugin:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue