Device will not connect on NixOS

When starting the application, I get an error. See following screenshot.
image

This directory does exist. It is however a symbolic link. See following screenshot.
image

Here is my udev rule

$ cat /etc/udev/rules.d/99-local.rules
...
# Saleae Logic analyzer (USB Based)
# Bus 006 Device 006: ID 0925:3881 Lakeview Research
# Bus 001 Device 009: ID 21a9:1004 Product: Logic S/16, Manufacturer: Saleae LLC

ATTR{idVendor}=="0925", ATTR{idProduct}=="3881", MODE="0666", GROUP="plugdev"
ATTR{idVendor}=="21a9", ATTR{idProduct}=="1004", MODE="0666", GROUP="plugdev"
...

I removed GROUP = “plugdev” since that group does not exist on NixOS

@seanybaggins1 Thanks for writing this in. With regards to Linux support, we officially test and validate our software on Ubuntu only. Having said that, I’d be happy to see if we can get you up and running.

The first thing I notice is that the .rules files looks like it’s named incorrectly.

We provide some instructions at the bottom of the support article below (under the section “Linux Ubuntu Instructions”). Could you try downloading the provided rules file and copy it to the mentioned directory?