sgx-azure: add nixsgx cachix

Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
Harald Hoyer 2024-03-06 20:42:36 +01:00
parent 108136a1d1
commit 393c46757b

View file

@ -12,6 +12,14 @@
sessionPath = [ "$HOME/bin" ];
};
nix.settings = {
substituters = [ "https://cache.nixos.org" "https://nixsgx.cachix.org" ];
trusted-public-keys = [
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
"nixsgx.cachix.org-1:tGi36DlY2joNsIXOlGnSgWW0+E094V6hW0umQRo/KoE="
];
};
plusultra = {
cli-apps = {
bash.enable = true;