1
0
Fork 0
mirror of https://github.com/NixOS/nix.dev.git synced 2024-10-18 14:32:43 -04:00
Co-authored-by: Henrik <i97henka@gmail.com>
This commit is contained in:
Valentin Gagarin 2024-01-29 16:27:50 +01:00
parent 7fb7ee4527
commit 4edc22866a

View file

@ -13,7 +13,7 @@ One of Nix's primary use-cases is in addressing common difficulties encountered
In the long term, Nix helps tremendously with alleviating such problems. In the long term, Nix helps tremendously with alleviating such problems.
But when *first* packaging existing software with Nix, it's common to encounter errors that seem inscrutable. But when *first* packaging existing software with Nix, it's common to encounter errors that seem inscrutable.
## Introducton ## Introduction
In this tutorial, you'll create your first [Nix derivations](https://nix.dev/manual/nix/2.18/language/derivations) to package C/C++ software. In this tutorial, you'll create your first [Nix derivations](https://nix.dev/manual/nix/2.18/language/derivations) to package C/C++ software.
This takes advantage of the [Nixpkgs Standard Environment](https://nixos.org/manual/nixpkgs/stable/#part-stdenv) (`stdenv`), which reliably automates much of the work involved. This takes advantage of the [Nixpkgs Standard Environment](https://nixos.org/manual/nixpkgs/stable/#part-stdenv) (`stdenv`), which reliably automates much of the work involved.