Skip to content

Add outdated text to portfolio #17

Add outdated text to portfolio

Add outdated text to portfolio #17

Workflow file for this run

name: Nix
on:
push:
branches: [main]
permissions:
contents: read # to fetch code (actions/checkout)
jobs:
cache:
name: Cache derivation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
lfs: true
- uses: cachix/install-nix-action@v25
with:
nix_path: nixpkgs=channel:nixos-23.11
- uses: cachix/cachix-action@v14
with:
name: cofob
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
- name: Build derivations
run: |
nix build .