Skip to content

Commit

Permalink
add: nix, nixos
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Dec 4, 2023
1 parent 49a5b27 commit fc13f38
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion en/install.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Install Nix

Install Nix using [the DeterminateSystems installer](https://github.com/DeterminateSystems/nix-installer#the-determinate-nix-installer):
Install [[nix]] using [the DeterminateSystems installer](https://github.com/DeterminateSystems/nix-installer#the-determinate-nix-installer):

```sh
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install
Expand Down
5 changes: 5 additions & 0 deletions en/nix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Nix

Nix is a [purely functional](https://www.tweag.io/blog/2022-07-14-taming-unix-with-nix/) package manager that also enables reproducible development environments.

The Linux distro [[nixos]] comes with Nix pre-installed. You can [[install]] manually on other platforms.
7 changes: 7 additions & 0 deletions en/nixos.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# NixOS

NixOS is a Linux distribution based on the [[nix]] package manager.

## Links

- [Download NixOS](https://nixos.org/download#download-nixos)

0 comments on commit fc13f38

Please sign in to comment.