Skip to content

Commit

Permalink
Update Nix part of the README
Browse files Browse the repository at this point in the history
snazy is packaged upstream (NixOS/nixpkgs), so let's just use it.

Signed-off-by: Vincent Demeester <[email protected]>
  • Loading branch information
vdemeester committed Dec 7, 2023
1 parent 2494af7 commit 11fc788
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,11 @@ yay -S snazy-bin

### [Nix/NixOS](https://nixos.org/)

The [`vdemeester/chick-group`](https://github.com/vdemeester/chick-group) includes this package.

If you have the `nix flake` command enabled (currently on
nixos-unstable, `nixos-version` >= 22.05)
Snazy is available from [`nixpkgs`](https://github.com/NixOS/nixpkgs).

```shell
nix run github:vdemeester/chick-group#snazy -- --help # your args are here
nix-env -iA snazy
nix run nixpkgs#snazy -- --help # your args are here
```

### [Docker](https://github.com/chmouel/snazy/pkgs/container/snazy)
Expand Down

0 comments on commit 11fc788

Please sign in to comment.