This commit is contained in:
2023-10-24 15:44:20 +03:00
parent 248e90a630
commit b8a72302e2

View File

@@ -18,8 +18,8 @@ in {
setuid = true; setuid = true;
owner = "root"; owner = "root";
group = "root"; group = "root";
source = "${linuxcncEnv.pkgs.linuxcnc}/bin/${f}-nosetuid"; source = "${pkgs.linuxcnc}/bin/${f}-nosetuid";
}; };
}) (filter (f: pathExists "${linuxcncEnv.pkgs.linuxcnc}/bin/${f}-nosetuid") pkgs.linuxcnc.setuidApps)); }) (filter (f: pathExists "${pkgs.linuxcnc}/bin/${f}-nosetuid") pkgs.linuxcnc.setuidApps));
}; };
} }