tsm-client: fix symlink fixup #380705
Merged
tsm-client: fix symlink fixup #380705
OfBorg / tsm-client, tsm-client.passthru.tests on x86_64-linux
skipped
Feb 9, 2025 in 0s
No attempt
The following builds were skipped because they don't evaluate on x86_64-linux: tsm-client, tsm-client.passthru.tests
Details
Partial log
Alternatively you can configure a predicate to allow specific packages:
{ nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"tsm-client"
];
}
c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
{ allowUnfree = true; }
to ~/.config/nixpkgs/config.nix.
Loading