Fix?
This commit is contained in:
@@ -18,8 +18,8 @@ in {
|
|||||||
setuid = true;
|
setuid = true;
|
||||||
owner = "root";
|
owner = "root";
|
||||||
group = "root";
|
group = "root";
|
||||||
source = "${linuxcncEnv.linuxcnc}/bin/${f}-nosetuid";
|
source = "${linuxcncEnv.pkgs.linuxcnc}/bin/${f}-nosetuid";
|
||||||
};
|
};
|
||||||
}) (filter (f: pathExists "${linuxcncEnv.linuxcnc}/bin/${f}-nosetuid") linuxcncEnv.linuxcnc.setuidApps));
|
}) (filter (f: pathExists "${linuxcncEnv.pkgs.linuxcnc}/bin/${f}-nosetuid") linuxcncEnv.pkgs.linuxcnc.setuidApps));
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user