Skip to content

Commit

Permalink
chore: clarified nix installation in README
Browse files Browse the repository at this point in the history
  • Loading branch information
lmammino committed Aug 27, 2024
1 parent 9314c28 commit 131a84f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,11 @@ Or, if you prefer to use a configuration file, you can add the following to your
flake:

```nix
{
inputs.jwtinfo.url = "github:lmammino/jwtinfo";
}
jwtinfo = {
url = "github:lmammino/jwtinfo";
inputs.nixpkgs.follows = "nixpkgs";
};
# ... with home.nix
home.packages = [ inputs.jwtinfo.packages."x86_64-linux".default ];
Expand Down

0 comments on commit 131a84f

Please sign in to comment.