vscode: fix libdbusmenu on kde #210593
Merged
vscode: fix libdbusmenu on kde #210593
OfBorg / vscode on aarch64-linux
skipped
Jul 31, 2024 in 0s
No attempt
The following builds were skipped because they don't evaluate on aarch64-linux: vscode
Details
Partial log
Alternatively you can configure a predicate to allow specific packages:
{ nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"vscode"
];
}
c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
{ allowUnfree = true; }
to ~/.config/nixpkgs/config.nix.
Loading