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
|
@ -18,6 +18,7 @@
|
|||
, python3
|
||||
, texinfo
|
||||
, validatePkgConfig
|
||||
, which
|
||||
, writeShellApplication
|
||||
, writeShellScript
|
||||
, writeText
|
||||
|
@ -91,6 +92,7 @@ stdenv.mkDerivation rec {
|
|||
python3
|
||||
texinfo
|
||||
validatePkgConfig
|
||||
which
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue