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 = [
|
imports = [
|
||||||
|
@ -7,6 +7,8 @@
|
||||||
./vscodium.nix
|
./vscodium.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
hardware.saleae-logic.enable = true;
|
hardware.saleae-logic.enable = true;
|
||||||
|
|
||||||
services.udev.packages = [
|
services.udev.packages = [
|
||||||
|
pkgs.android-udev-rules
|
||||||
(pkgs.writeTextFile {
|
(pkgs.writeTextFile {
|
||||||
name = "sigrok";
|
name = "sigrok";
|
||||||
text = ''
|
text = ''
|
||||||
|
|
Loading…
Add table
Reference in a new issue