Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
add NixOS
  • Loading branch information
Geezus42 authored Jan 10, 2024
1 parent 1a54d95 commit e0ac3d1
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 @@ -89,6 +89,23 @@ Via `pacman` on your ArchLinux system.
sudo pacman -S dua-cli
```

#### NixOS
https://search.nixos.org/packages?channel=23.11&show=dua&from=0&size=50&sort=relevance&type=packages&query=dua

Nix-shell (temporary)

```
nix-shell -p dua
```

NixOS configuration

```
environment.systemPackages = [
pkgs.dua
];
```

#### NetBSD
Via `pkgin` on your NetBSD system.

Expand Down

0 comments on commit e0ac3d1

Please sign in to comment.