packages: Remove styluslabs
This commit is contained in:
parent
f7326a9901
commit
df9596b2f3
@ -90,16 +90,6 @@ in {
|
||||
copyIntoSandbox = [ "/share" ];
|
||||
};
|
||||
|
||||
styluslabs-wrapped = wrapInSandbox {
|
||||
name = "Write";
|
||||
package = prev.write_stylus;
|
||||
binaryName = "Write";
|
||||
additionalBlacklist = [ "/mnt" ];
|
||||
mountInHome = [ "tmp" ];
|
||||
unshareNet = true;
|
||||
chdirTo = "/home/$USER";
|
||||
};
|
||||
|
||||
android-studio-wrapped = wrapInSandbox {
|
||||
name = "android-studio";
|
||||
package = prev.android-studio;
|
||||
|
Loading…
Reference in New Issue
Block a user