Compare commits

...

4 Commits

Author SHA1 Message Date
e583e9458b test 2020-09-28 21:55:27 +02:00
aee3ec7ef5 README: mention why install_url is useful 2020-09-21 18:54:24 +02:00
ba5c343622 CI: trigger push only on master 2020-09-21 16:41:22 +02:00
8389c1826a Update README.md 2020-09-21 16:25:56 +02:00
2 changed files with 5 additions and 3 deletions

View File

@ -2,12 +2,14 @@ name: "install-nix-action test"
on:
pull_request:
push:
branches:
- master
jobs:
simple-build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-11.0]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2

View File

@ -43,7 +43,7 @@ with developers.
## Usage with Flakes
```
```yaml
name: "Test"
on:
pull_request:
@ -66,7 +66,7 @@ jobs:
## Inputs (specify using `with:`)
- `install_url`: specify URL to install Nix from (useful for testing non-stable releases)
- `install_url`: specify URL to install Nix from (useful for testing non-stable releases or pinning Nix for example https://releases.nixos.org/nix/nix-2.3.7/install)
- `nix_path`: set `NIX_PATH` environment variable, for example `nixpkgs=channel:nixos-unstable`