forked from mirrors_public/oddlama_nix-config
feat(dev): enable stlink udev rules for embedded development
This commit is contained in:
parent
603b59cbe9
commit
753457e6d6
2 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,7 @@ lib.optionalAttrs (!minimal) {
|
||||||
imports = [
|
imports = [
|
||||||
inputs.nixseparatedebuginfod.nixosModules.default
|
inputs.nixseparatedebuginfod.nixosModules.default
|
||||||
./documentation.nix
|
./documentation.nix
|
||||||
|
./embedded.nix
|
||||||
./yubikey.nix
|
./yubikey.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
3
modules/optional/dev/embedded.nix
Normal file
3
modules/optional/dev/embedded.nix
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{pkgs, ...}: {
|
||||||
|
services.udev.packages = [pkgs.stlink];
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue