VY

Size: a a a
VY
VY
▲ ~ date
Fri 29 May 2020 06:22:46 PM MSK
▲ ~ TZ='Europe/Moscow'; export TZ
▲ ~ date
Fri 29 May 2020 06:22:55 PM MS
VY
time.timeZone = "Europe/Moscow";
АБ
R
АБ
ц
ц
М
R
{pkgs?import<nixpkgs>{}}: {target}: pkgs.stdenv.mkDerivation rec { ... inherit target; inherit pkgs; }
shell.nix
:{pkgs?import<nixpkgs>{}}: let tc = import toolchain.nix; tc_ppc = tc {target="ppc";}; in pkgs.mkShell { ... }
...toolchain.nix:1:1 called with unexpected argument 'target'
R
М
R
{pkgs?import<nixpkgs>{}}: {target}: pkgs.stdenv.mkDerivation rec { ... inherit target; inherit pkgs; }
shell.nix
:{pkgs?import<nixpkgs>{}}: let tc = import toolchain.nix; tc_ppc = tc {target="ppc";}; in pkgs.mkShell { ... }
...toolchain.nix:1:1 called with unexpected argument 'target'
АБ
echo $LC_ALL
М
echo $LC_ALL
АБ
LC_ALL=en_US.UTF-8
AS
М
М
LC_ALL=en_US.UTF-8
R
{pkgs?import<nixpkgs>{}}: {target}: pkgs.stdenv.mkDerivation rec { ... inherit target; inherit pkgs; }
shell.nix
:{pkgs?import<nixpkgs>{}}: let tc = import toolchain.nix; tc_ppc = tc {target="ppc";}; in pkgs.mkShell { ... }
...toolchain.nix:1:1 called with unexpected argument 'target'