move to external cargo config
This commit is contained in:
parent
43a3c2df5b
commit
4311082a72
6 changed files with 17 additions and 6 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue