Compare commits
No commits in common. "30fe47b03de570843f162e1f8929dd7e114319d1" and "781ba05fb6fb481cba6ce301bc9d0da5ff760dd7" have entirely different histories.
30fe47b03d
...
781ba05fb6
@ -11,7 +11,6 @@
|
||||
arp-scan
|
||||
birdtray
|
||||
blackmagic
|
||||
blender
|
||||
btop
|
||||
cached-nix-shell
|
||||
caddy
|
||||
@ -24,7 +23,6 @@
|
||||
deluge
|
||||
ffmpeg-full
|
||||
firefox
|
||||
freecad
|
||||
gcc
|
||||
gdb
|
||||
ghostscript
|
||||
@ -52,7 +50,6 @@
|
||||
nix-init
|
||||
nodePackages.peerflix
|
||||
openocd
|
||||
openscad
|
||||
pandoc
|
||||
pass
|
||||
patchelf
|
||||
|
@ -186,7 +186,7 @@
|
||||
};
|
||||
|
||||
udev = {
|
||||
packages = [pkgs.rtl-sdr pkgs.openhantek6022 pkgs.openocd];
|
||||
packages = [pkgs.rtl-sdr pkgs.openhantek6022];
|
||||
extraRules = ''
|
||||
#Xilinx FTDI
|
||||
ACTION=="add", ATTR{idVendor}=="0403", ATTR{manufacturer}=="Xilinx", MODE:="666"
|
||||
@ -194,9 +194,6 @@
|
||||
#Xilinx Digilent
|
||||
ATTR{idVendor}=="1443", MODE:="666"
|
||||
ACTION=="add", ATTR{idVendor}=="0403", ATTR{manufacturer}=="Digilent", MODE:="666"
|
||||
|
||||
#ST-Link
|
||||
|
||||
'';
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user