GitHunt
JN

jneem/probe-rs-rules

A NixOS module for probe-rs udev rules

probe-rs-rules

This repo contains a NixOS module for adding udev permissions for
debug probes used in embedded programming. This module is based on
probe-rs's instructions.

To use this module in a flake-enabled NixOS configuration, add
this repo as an input:

inputs.probe-rs-rules.url = "github:jneem/probe-rs-rules";

Then import the module and set the hardware.probe-rs.enable option:

imports = [
  probe-rs-rules.nixosModules.${pkgs.system}.default
  # ...and whatever other inputs you have.
];
hardware.probe-rs.enable = true;

Languages

Nix100.0%

Contributors

Created May 8, 2023
Updated February 28, 2026
jneem/probe-rs-rules | GitHunt