From 4c561b1288fcfcb2c79934ae33e7b70f54d5ebd4 Mon Sep 17 00:00:00 2001 From: Nicolas Hiillos Date: Mon, 23 Oct 2023 15:11:27 +0300 Subject: [PATCH] TEST --- modules/linuxcnc.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/linuxcnc.nix b/modules/linuxcnc.nix index cdf1a9f..bdc2584 100644 --- a/modules/linuxcnc.nix +++ b/modules/linuxcnc.nix @@ -1,6 +1,6 @@ { config, lib, pkgs, ... }: let - cfg = config.local.packages.linuxcnc-with-ethercat; + cfg = config.local.packages.linuxcnc-base; inherit (builtins) filter map pathExists listToAttrs; in { options.local.packages.linuxcnc.enable = lib.mkEnableOption "Enable linuxcnc";