Skip to content

Commit

Permalink
Merge pull request #6 from Svenum/Svenum-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Svenum authored Jul 27, 2024
2 parents 86e0c57 + c3c0183 commit 44271bc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ This Repo is a Flake of [Solaar](https://github.com/pwr-Solaar/Solaar) for NixOS

See also the [FlakeHub](https://flakehub.com/flake/Svenum/Solaar-Flake) release.

# Version Mapping

|Flake version|Solaar version|
|-|-|
|[0.1.1](https://github.com/Svenum/Solaar-Flake/releases/tag/0.1.1)|[1.1.13](https://github.com/pwr-Solaar/Solaar/releases/tag/1.1.13)|

# How to use?

Import
Expand All @@ -15,7 +21,7 @@ Import
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
solaar = {
url = "https://flakehub.com/f/Svenum/Solaar-Flake/*.tar.gz" # For latest stable version
#url = "https://flakehub.com/f/Svenum/Solaar-Flake/1.1.13.tar.gz" # uncomment line for version 1.1.13
#url = "https://flakehub.com/f/Svenum/Solaar-Flake/0.1.1.tar.gz" # uncomment line for solaar version 1.1.13
#url = "github:Svenum/Solaar-Flake/main"; # Uncomment line for latest unstable version
inputs.nixpkgs.follows = "nixpkgs";
};
Expand Down

0 comments on commit 44271bc

Please sign in to comment.