Skip to content

Provision dashboards #161

Provision dashboards

Provision dashboards #161

Workflow file for this run

jobs:
check:
name: Check flake
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/[email protected]
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v14
with:
extra-conf: allow-import-from-derivation = true
- name: Setup Attic cache
uses: ryanccn/[email protected]
with:
cache: e10
endpoint: https://cache.e10.camp
token: ${{ secrets.ATTIC_TOKEN }}
- name: Use Cachix store
uses: cachix/cachix-action@v15
with:
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
installCommand: nix profile install github:NixOS/nixpkgs/nixpkgs-unstable#cachix
name: e10
- run: 'nix flake check --impure --accept-flake-config --show-trace
'
name: Check
'on':
push: {}