Skip to content

Commit

Permalink
simplify overlay - re-use each project's flake
Browse files Browse the repository at this point in the history
  • Loading branch information
walkah committed Feb 14, 2024
1 parent 893e820 commit b8acb69
Show file tree
Hide file tree
Showing 8 changed files with 1,055 additions and 198 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/cachix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,20 @@ jobs:
steps:
- uses: actions/checkout@v3
name: 📤 Checkout
- uses: cachix/install-nix-action@v25
- uses: DeterminateSystems/nix-installer-action@main
name: ❄️ Set up Nix
with:
nix_path: nixpkgs=channel:nixos-23.11
extra-conf: |
extra-substituters = https://cache.iog.io
extra-trusted-public-keys = hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=
- uses: cachix/cachix-action@v14
name: 🧰 Cachix
with:
name: fission-codes
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
- name: 🏗️ Build
run: |
nix build .#fission-cli
nix build .#web-api
nix build .#homestar
nix build .#fission-server
Loading

0 comments on commit b8acb69

Please sign in to comment.