move to external cargo config

This commit is contained in:
Tao Tien 2024-03-17 00:22:50 -07:00
parent 43a3c2df5b
commit 4311082a72
6 changed files with 17 additions and 6 deletions

View file

@ -58,6 +58,11 @@
trunk
];
# programs.nix-ld.enable = true;
# programs.nix-ld.libraries = with pkgs; [
# xorg.libX11
# ];
services.udev.extraRules = ''
SUBSYSTEM == "tty", GROUP="dialout", ATTRS{interface}=="Black Magic GDB Server", SYMLINK+="ttyBmpGdb"
SUBSYSTEM == "tty", GROUP="dialout", ATTRS{interface}=="Black Magic UART Port", SYMLINK+="ttyBmpTarg"