Skip to content

Update README.md

Update README.md #10

Workflow file for this run

name: Nix
on:
push:
branches:
- main
pull_request:
schedule:
- cron: '0 1 * * *'
jobs:
nix-build-unstable:
runs-on: ubuntu-latest
steps:
- name: Install Nix
uses: cachix/install-nix-action@v24
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Checkout
uses: actions/checkout@v3
- name: Build
run: nix build