added android udev rules
This commit is contained in:
parent
184b0866d4
commit
1965db3417
2 changed files with 5 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, ... }:
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
|
@ -7,6 +7,8 @@
|
|||
./vscodium.nix
|
||||
];
|
||||
|
||||
|
||||
|
||||
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||
|
||||
}
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
hardware.saleae-logic.enable = true;
|
||||
|
||||
services.udev.packages = [
|
||||
pkgs.android-udev-rules
|
||||
(pkgs.writeTextFile {
|
||||
name = "sigrok";
|
||||
text = ''
|
||||
|
@ -429,4 +430,4 @@
|
|||
})
|
||||
];
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue