Skip to content

Commit

Permalink
Merge pull request #336 from ktaf/readme
Browse files Browse the repository at this point in the history
added NixOS to README file
  • Loading branch information
kvendingoldo authored Jan 17, 2025
2 parents c2613d9 + d232963 commit 99c5733
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,27 @@ nix-env -i tenv

</details>

<details><summary><b>NixOS</b></summary>

#### nix-env

```sh
nix-env -iA nixos.tenv
```

#### NixOS Configuration
Add the following Nix code to your NixOS Configuration, usually located in /etc/nixos/configuration.nix
```console
environment.systemPackages = [
pkgs.tenv
];
```
#### nix-shell

```sh
nix-shell -p tenv
```
</details>

<a id="manual-installation"></a>
#### Manual Installation
Expand Down

0 comments on commit 99c5733

Please sign in to comment.