Skip to content

Commit

Permalink
Add Nix installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
loicreynier authored and joehillen committed Jan 29, 2022
1 parent 40a38b9 commit 8da8e0d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,18 @@ VERSION: 1.4.3
paru -S sysz
```

## NixOS

```
nix-env -iA nixos.sysz
```

## Using Nix

```
nix-env -iA nixpkgs.sysz
```

## Using [`bin`](/~https://github.com/marcosnils/bin)

```
Expand Down
12 changes: 12 additions & 0 deletions README.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,18 @@ ${BLOCK}
paru -S sysz
${BLOCK}
## NixOS
${BLOCK}
nix-env -iA nixos.sysz
${BLOCK}
## Using Nix
${BLOCK}
nix-env -iA nixpkgs.sysz
${BLOCK}
## Using [\`bin\`](/~https://github.com/marcosnils/bin)
${BLOCK}
Expand Down

0 comments on commit 8da8e0d

Please sign in to comment.