MG
Size: a a a
MG
АБ
''
нельзя использовать)АБ
${FOO}
, то пишешь ''${FOO}
MG
АБ
С
С
С
AP
with import <nixpkgs> {};
mkShell rec {
buildInputs = [ jdk ];
PATH = "/home/artem/path/to/dep";
}
"/home/artem/path/to/dep"
). И после входа в nix-shell
в PATH
есть много всего + "/home/artem/path/to/dep"
.AN
AV
АБ
AP
AV
AV