Jump to content

NixOS on ARM/Raspberry Pi 4: Difference between revisions

m
fix angle brackets in code sample
imported>Jfly
(subsystem vchiq has been removed from the kernel, see https://www.spinics.net/lists/arm-kernel/msg919957.html and https://leo3418.github.io/2020/07/27/compile-vcgencmd-on-fedora.html)
imported>Christoph-heiss
m (fix angle brackets in code sample)
Line 60: Line 60:
   imports =
   imports =
     [
     [
       <nixos-hardware/raspberry-pi/4>
       </nowiki><<nowiki>nixos-hardware/raspberry-pi/4</nowiki>><nowiki>
       ./hardware-configuration.nix
       ./hardware-configuration.nix
     ];
     ];