move ci to flake

This commit is contained in:
Jörg Thalheim 2021-10-10 08:54:05 +02:00
parent c9cb2ab0de
commit 1a2bc3021c
23 changed files with 99 additions and 37 deletions

View file

@ -9,4 +9,6 @@ jobs:
- uses: cachix/install-nix-action@v14
with:
nix_path: nixpkgs=channel:nixos-unstable
extra_nix_config: |
experimental-features = nix-command flakes
- run: ./ci/test.sh

View file

@ -17,6 +17,8 @@ jobs:
- uses: cachix/install-nix-action@v14
with:
nix_path: nixpkgs=channel:nixos-unstable
extra_nix_config: |
experimental-features = nix-command flakes
- name: update nur / nur-combined
run: ./ci/update-nur.sh
env:
@ -29,6 +31,8 @@ jobs:
- uses: cachix/install-nix-action@v14
with:
nix_path: nixpkgs=channel:nixos-unstable
extra_nix_config: |
experimental-features = nix-command flakes
- name: update nur-search/data/packages.json
run: ./ci/update-nur-search.sh
env: