mirror of
https://github.com/matter-labs/nixsgx.git
synced 2025-07-21 15:33:56 +02:00
chore: Migrate from cachix to Attic in nix and github workflows
- Updated nix config to use Attic substituter and trusted public key - Modified github workflows to use Attic cache instead of Cachix - Removed the now unnecessary cachix config settings and Cachix workflow actions - Update `flake.lock` - Run on our own CI runners Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
parent
3a272950fa
commit
971e63784c
4 changed files with 39 additions and 24 deletions
10
flake.nix
10
flake.nix
|
@ -1,10 +1,8 @@
|
|||
{
|
||||
nixConfig.extra-substituters = [
|
||||
"https://nixsgx.cachix.org"
|
||||
];
|
||||
nixConfig.extra-trusted-public-keys = [
|
||||
"nixsgx.cachix.org-1:tGi36DlY2joNsIXOlGnSgWW0+E094V6hW0umQRo/KoE="
|
||||
];
|
||||
nixConfig = {
|
||||
extra-substituters = [ "https://attic.teepot.org/tee-pot" ];
|
||||
extra-trusted-public-keys = [ "tee-pot:SS6HcrpG87S1M6HZGPsfo7d1xJccCGev7/tXc5+I4jg=" ];
|
||||
};
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue