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