Fix
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ config, lib, pkgs, python3Full, ... }:
|
||||
{ config, lib, pkgs, ... }:
|
||||
let
|
||||
cfg = config.local.packages.linuxcnc;
|
||||
inherit (builtins) filter map pathExists listToAttrs;
|
||||
@@ -13,7 +13,7 @@ let
|
||||
'';
|
||||
});
|
||||
|
||||
pythonPkg = (python3Full.withPackages (ps: [
|
||||
pythonPkg = (pkgs.python3Full.withPackages (ps: [
|
||||
ps.pyserial # for camera feedback into linuxcnc
|
||||
]));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user