Skip to content

Commit

Permalink
ci: add cache to flake
Browse files Browse the repository at this point in the history
  • Loading branch information
vdbe committed May 23, 2024
1 parent d5ea1fc commit baa5ba2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
check:
name: Check flake
needs: build
runs-on: ubuntu-latest

steps:
Expand Down
5 changes: 5 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,9 @@

legacyPackages = forAllSystems (pkgs: import ./nix/pkgs { inherit pkgs; });
};

nixConfig = {
extra-substituters = [ "https://vdbe.cachix.org" ];
extra-trusted-public-keys = [ "vdbe.cachix.org-1:ID9DIbnE6jHyJlQiwS7L7tFULJd1dsxt2ODAWE94nts=" ];
};
}

0 comments on commit baa5ba2

Please sign in to comment.