sgx-azure: add nixsgx cachix
Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
parent
108136a1d1
commit
393c46757b
|
@ -12,6 +12,14 @@
|
||||||
sessionPath = [ "$HOME/bin" ];
|
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 = {
|
plusultra = {
|
||||||
cli-apps = {
|
cli-apps = {
|
||||||
bash.enable = true;
|
bash.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue