Skip to content

Commit

Permalink
Update README and workflows for v25
Browse files Browse the repository at this point in the history
  • Loading branch information
rickynils committed Jul 3, 2023
1 parent 2d8df21 commit 17d9e38
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 37 deletions.
33 changes: 2 additions & 31 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ jobs:
- uses: actions/checkout@v3
- uses: ./
with:
nix_archives_url: https://github.com/nixbuild/nix-quick-install-action/releases/download/v24
nix_archives_url: https://github.com/nixbuild/nix-quick-install-action/releases/download/v25
nix_version: 2.16.1
nix_conf: experimental-features = nix-command flakes
- uses: cachix/cachix-action@v12
with:
name: nixbuild
Expand Down Expand Up @@ -125,33 +124,6 @@ jobs:
- 2.4
- 2.3.16
- 2.2.2
include:
- nix_version: 2.16.1
nix_conf: experimental-features = nix-command flakes
- nix_version: 2.15.1
nix_conf: experimental-features = nix-command flakes
- nix_version: 2.14.1
nix_conf: experimental-features = nix-command flakes
- nix_version: 2.13.3
nix_conf: experimental-features = nix-command flakes
- nix_version: 2.12.1
nix_conf: experimental-features = nix-command flakes
- nix_version: 2.11.1
nix_conf: experimental-features = nix-command flakes
- nix_version: 2.10.3
nix_conf: experimental-features = nix-command flakes
- nix_version: 2.9.2
nix_conf: experimental-features = nix-command flakes
- nix_version: 2.8.1
nix_conf: experimental-features = nix-command flakes
- nix_version: 2.7.0
nix_conf: experimental-features = nix-command flakes
- nix_version: 2.6.1
nix_conf: experimental-features = nix-command flakes
- nix_version: 2.5.1
nix_conf: experimental-features = nix-command flakes
- nix_version: 2.4
nix_conf: experimental-features = nix-command flakes
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -290,8 +262,7 @@ jobs:
- uses: ./
with:
nix_archives_url: file:///tmp/archives
nix_version: 2.4
nix_conf: experimental-features = nix-command flakes
nix_version: 2.16.1
- uses: cachix/cachix-action@v12
with:
name: nixbuild
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,14 @@ jobs:
minimal:
runs-on: ubuntu-latest
steps:
- uses: nixbuild/nix-quick-install-action@v24
- uses: nixbuild/nix-quick-install-action@v25
- run: nix-build --version

flakes-simple:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: nixbuild/nix-quick-install-action@v24
with:
nix_conf: experimental-features = nix-command flakes
- uses: nixbuild/nix-quick-install-action@v25
- name: nix build
run: nix build ./examples/flakes-simple
- name: hello
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
minimal:
runs-on: ubuntu-latest
steps:
- uses: nixbuild/nix-quick-install-action@v24
- uses: nixbuild/nix-quick-install-action@v25
- run: nix build --version
- run: nix build ./examples/flakes-simple
- name: hello
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: nixbuild/nix-quick-install-action@v24
- uses: nixbuild/nix-quick-install-action@v25
with: {load_nixConfig: false}
```

Expand Down

0 comments on commit 17d9e38

Please sign in to comment.