Jump to content

Template:META Commands Style: Difference between revisions

From NixOS Wiki
imported>Samueldr
Created page with "<noinclude><pre> {{META Commands Style}} </pre></noinclude><includeonly> background-color: #4D4D4D; color: #FCFCFC; padding: 0.4em; border: 1px solid #232629;..."
 
m Delete outdated styling proposals
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<noinclude><pre>
<noinclude>
{{META Commands Style}}
== Styles ==
</pre></noinclude><includeonly>
 
    background-color: #4D4D4D;
Current styles
    color: #FCFCFC;
 
{{bc|{{META Commands Style}}}}
 
== Applied styles ==
 
{{Commands|<nowiki>
$ nix-shell -E 'with import <nixpkgs> {}; stdenv.mkDerivation { name = "arm-shell"; buildInputs = [git gnumake gcc gcc-arm-embedded dtc]; }'
$ git clone git://git.denx.de/u-boot.git
</nowiki>}}
 
[…] by using the {{ic|<nowiki>git clone git://git.denx.de/u-boot.git</nowiki>}} command.
 
</noinclude><includeonly>
     padding: 0.4em;
     padding: 0.4em;
    border: 1px solid #232629;
</includeonly>
</includeonly>

Latest revision as of 16:38, 17 April 2025

Styles

Current styles

    padding: 0.4em;

Applied styles

$ nix-shell -E 'with import <nixpkgs> {}; stdenv.mkDerivation { name = "arm-shell"; buildInputs = [git gnumake gcc gcc-arm-embedded dtc]; }'
$ git clone git://git.denx.de/u-boot.git

[…] by using the git clone git://git.denx.de/u-boot.git command.