Compare commits

..

No commits in common. "30fe47b03de570843f162e1f8929dd7e114319d1" and "781ba05fb6fb481cba6ce301bc9d0da5ff760dd7" have entirely different histories.

2 changed files with 1 additions and 7 deletions

View File

@ -11,7 +11,6 @@
arp-scan arp-scan
birdtray birdtray
blackmagic blackmagic
blender
btop btop
cached-nix-shell cached-nix-shell
caddy caddy
@ -24,7 +23,6 @@
deluge deluge
ffmpeg-full ffmpeg-full
firefox firefox
freecad
gcc gcc
gdb gdb
ghostscript ghostscript
@ -52,7 +50,6 @@
nix-init nix-init
nodePackages.peerflix nodePackages.peerflix
openocd openocd
openscad
pandoc pandoc
pass pass
patchelf patchelf

View File

@ -186,7 +186,7 @@
}; };
udev = { udev = {
packages = [pkgs.rtl-sdr pkgs.openhantek6022 pkgs.openocd]; packages = [pkgs.rtl-sdr pkgs.openhantek6022];
extraRules = '' extraRules = ''
#Xilinx FTDI #Xilinx FTDI
ACTION=="add", ATTR{idVendor}=="0403", ATTR{manufacturer}=="Xilinx", MODE:="666" ACTION=="add", ATTR{idVendor}=="0403", ATTR{manufacturer}=="Xilinx", MODE:="666"
@ -194,9 +194,6 @@
#Xilinx Digilent #Xilinx Digilent
ATTR{idVendor}=="1443", MODE:="666" ATTR{idVendor}=="1443", MODE:="666"
ACTION=="add", ATTR{idVendor}=="0403", ATTR{manufacturer}=="Digilent", MODE:="666" ACTION=="add", ATTR{idVendor}=="0403", ATTR{manufacturer}=="Digilent", MODE:="666"
#ST-Link
''; '';
}; };