Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
rickynils committed Apr 26, 2022
1 parent 1ad1d19 commit ed98d0c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ jobs:
minimal:
runs-on: ubuntu-latest
steps:
- uses: nixbuild/nix-quick-install-action@v12
- uses: nixbuild/nix-quick-install-action@v13
- run: nix-build --version

flakes-simple:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: nixbuild/nix-quick-install-action@v12
- uses: nixbuild/nix-quick-install-action@v13
with:
nix_conf: experimental-features = nix-command flakes
- name: nix build
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ List all available Nix versions like this:

```
$ nix flake show github:nixbuild/nix-quick-install-action
github:nixbuild/nix-quick-install-action/b7ef39bced2009ef867ab33f3e962b31da79fc68
github:nixbuild/nix-quick-install-action/1ad1d1910805642b0a1cbf5bcc8cdcd0e4c161b9
├───apps
│ ├───x86_64-darwin
│ │ └───release: app
Expand All @@ -148,6 +148,7 @@ github:nixbuild/nix-quick-install-action/b7ef39bced2009ef867ab33f3e962b31da79fc6
│ ├───nix-2_6_0: package 'nix-2.6.0'
│ ├───nix-2_6_1: package 'nix-2.6.1'
│ ├───nix-2_7_0: package 'nix-2.7.0'
│ ├───nix-2_8_0: package 'nix-2.8.0'
│ ├───nix-archives: package 'nix-archives'
│ └───release: package 'release'
└───x86_64-linux
Expand All @@ -164,6 +165,7 @@ github:nixbuild/nix-quick-install-action/b7ef39bced2009ef867ab33f3e962b31da79fc6
├───nix-2_6_0: package 'nix-2.6.0'
├───nix-2_6_1: package 'nix-2.6.1'
├───nix-2_7_0: package 'nix-2.7.0'
├───nix-2_8_0: package 'nix-2.8.0'
├───nix-archives: package 'nix-archives'
└───release: package 'release'
```
Expand Down

0 comments on commit ed98d0c

Please sign in to comment.