YP
Size: a a a
YP
АБ
АБ
YP
YP
АБ
АБ
nix-shell --substitutors https://example.org
YP
YP
shell.nix
зафиксировать?АБ
substituters = https://example.org
в /etc/nix/nix.conf
N
АБ
АБ
АБ
my-packages = lib.makeScope pkgs.newScope (self: with self; {
a = callPackage ({ b, c }: b + c }) { };
b = callPackage ({ c }: c + 1) { };
c = 10;
})
АБ
АБ
N
N