Skip to content

Commit

Permalink
docs: Fix flake/homemanager usage in README
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephGoulden authored and erak committed Sep 18, 2024
1 parent fbdb9a0 commit dc531e3
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 @@ -75,7 +75,7 @@ following to the `inputs` set:
inputs = {
# Replace <Tag> with the specific tag to build
radicle-tui = {
url = "git+https://seed.radicle.xyz/z3gqcJUoA1n9HaHKufZs5FCSGazv5.git?tag=<Tag>";
url = "git+https://seed.radicle.xyz/z39mP9rQAaGmERfUMPULfPUi473tY.git?tag=<Tag>";
}
}
```
Expand All @@ -84,15 +84,17 @@ inputs = {
inputs = {
# Replace <Commit SHA> with the specific commit to build
rad-tui = {
url = "git+https://seed.radicle.xyz/z3gqcJUoA1n9HaHKufZs5FCSGazv5.git?rev=<Commit SHA>";
url = "git+https://seed.radicle.xyz/z39mP9rQAaGmERfUMPULfPUi473tY.git?rev=<Commit SHA>";
}
}
```

Then in your `home.nix` you can add:

```
home.packages.inputs.radicle-tui.packages.{system}.default
home.packages = [
inputs.radicle-tui.packages.${system}.default
];
```

### Usage
Expand Down

0 comments on commit dc531e3

Please sign in to comment.