Jump to content

Template:META Commands Style

From NixOS Wiki

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.