Raspberry Pi: Difference between revisions

imported>Makefu
No edit summary
imported>Fadenb
m Syntax highlighting
Line 21: Line 21:
== Related Details ==
== Related Details ==
For reference, below is the content of /etc/nixos/configuration.nix extracted from the image:
For reference, below is the content of /etc/nixos/configuration.nix extracted from the image:
<pre>
<syntaxhighlight lang="nix">
{pkgs, config, ...}:
{pkgs, config, ...}:


Line 86: Line 86:
   };
   };
}
}
<pre>
</syntaxhighlight>