Skip to content

Commit

Permalink
readme: link to flakehub artifact. (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmodena authored Apr 1, 2024
1 parent db5ea76 commit 248912b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,16 @@ the number of applications to install, this could increase activation time signi

## Releases

This project is released as a [flake](https://nixos.wiki/wiki/Flakes).
This project is released as a [flake](https://nixos.wiki/wiki/Flakes), and is published
on [flakehub](https://flakehub.com/flake/gmodena/nix-flatpak).

### Manual installation

Releases are tagged with [semantic versioning](https://semver.org/). Versions below `1.0.0` are considered early, development, releases.
Users can track a version by passing its tag as `ref`
```nix
...
nix-flatpak.url = "github:gmodena/nix-flatpak/?ref=v0.1.0";
nix-flatpak.url = "github:gmodena/nix-flatpak/?ref=v0.4.0";
...
```

Expand Down

0 comments on commit 248912b

Please sign in to comment.