vscode: fix fhsenv version #360888
Merged
vscode: fix fhsenv version #360888
OfBorg / vscode, vscode.passthru.tests on aarch64-darwin
succeeded
Dec 16, 2024 in 0s
Success
Attempted: vscode.passthru.tests
The following builds were skipped because they don't evaluate on aarch64-darwin: 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