wip native options p[arse

This commit is contained in:
Pim Snel 2024-02-21 09:54:45 +01:00
parent ce91dd6881
commit 23d0db4143

View File

@ -10,7 +10,20 @@ jobs:
name: parse options and create search
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v23
with:
nix_path: nixpkgs=channel:nixos-unstable
# - uses: cachix/cachix-action@v13
# with:
# name: nix-community
# authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: git clone https://github.com/nix-community/home-manager.git
- run: |
#nix-build -A docs.html
nix-build -A docs.json
- uses: ruby/setup-ruby@v1
with: