Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
hansfbaier committed Jun 6, 2024
1 parent 001353a commit 45b5b9c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,20 @@
$ nix shell github:hansfbaier/ngscopeclient-nix
$ ngscopeclient
```

# Usage as a flake

[![FlakeHub](https://img.shields.io/endpoint?url=https://flakehub.com/f/hansfbaier/ngscopeclient-nix/badge)](https://flakehub.com/flake/hansfbaier/ngscopeclient-nix)

Add ngscopeclient-nix to your `flake.nix`:

```nix
{
inputs.ngscopeclient-nix.url = "https://flakehub.com/f/hansfbaier/ngscopeclient-nix/*.tar.gz";
outputs = { self, ngscopeclient-nix }: {
# Use in your outputs
};
}
```

0 comments on commit 45b5b9c

Please sign in to comment.