S
nix-shell -p haskellPackages.ats-pkg
указать allowBroken
?Size: a a a
VY
nix-shell -p haskellPackages.ats-pkg
указать allowBroken
?VY
VY
dontCheck
֍֎
VY
dontCheck
nix-shell -E 'with import <nixpkgs> { config.allowBroken = true; }; runCommand "dummy" { buildInputs = [ pkgs.haskellPackages.ats-pkg ]; } ""'
dummy
command %)AS
AS
nix-shell -E 'with import <nixpkgs> { config.allowBroken = true; }; runCommand "dummy" { buildInputs = [ pkgs.haskellPackages.ats-pkg ]; } ""'
dummy
command %)AS
VY
nixpkgs.config.allowBroken = true;Но это не помогает
VY
AS
nixpkgs.config.allowBroken = true;Но это не помогает
VY
DO
/nix/store/6v7nzxzspf6z2z3hiv9l60xchgnp9pwj-vscode-1.44.1/lib/vscode/code: error while loading shared libraries: libffmpeg.so: cannot open shared object file: No such file or directoryтам, вообще еще штук 20 библиотек оно не находит, судя по выводу ldd. Что можно сделать? Не могу нагуглить.
DO
sudo nix-store --verify --check-contents --repair
не помог.. :(DO