nix.dev icon indicating copy to clipboard operation
nix.dev copied to clipboard

Official documentation for getting things done with Nix.

Results 220 nix.dev issues
Sort by recently updated
recently updated
newest added

Hi I just want to point out that this part of the tutorial ([link](https://nix.dev/tutorials/nixos/building-and-running-docker-images)) doesn't work > Cross compile to Linux by replacing pkgsLinux.hello with pkgs.pkgsCross.musl64.hello I was trying to...

bug

The Learning Journey WG identified that the second tutorial in the learning journey should be a tutorial walking the user through creating a `shell.nix`. This is the tracking issue for...

tutorial
tracking

## Project description A Nix build goes through several phases, many of which are handled for you automatically if you're using nixpkgs-provided builders. However, it's common to want to customize...

tutorial
tracking

As part of the tutorial series being worked on by the Learning Journey WG we need a tutorial going over the Nix language. We recognize that there's an existing tutorial...

tutorial
tracking

## Project description It's very common to want to tweak a particular feature of an existing package. For example, you may want a package compiled with different options. You may...

guide

As a new user it's often difficult to get NixOS installed because you may need a wired connection, which can be impractical. One solution is to create your own NixOS...

tutorial

**Proposal** `callPackage` is used everywhere in Nixpkgs, but it's quite magical. It's very easy to use, so there are few instructions needed (rather a few good examples highlighting patterns *where*...

tutorial

**Observations** There are > 5 ways to handle dependencies in Nix expressions: - Lookup paths and their various syntaxes (``, `-I`, `NIX_PATH`) - Channels - Paths to Git submodules -...

guide

**Problem** There are currently two pages that should be one. Since they are reference documentation specific to Nix, they should be in the Nix manual. Related but different: https://github.com/NixOS/nix.dev/issues/907 **Approaches**...

site

## Observations [diataxis.fr](https://diataxis.fr/) describes how-to guides as: - Practical steps - That serve our work in Nix (rather than our study of Nix) - That are task-oriented The "Best practices"...

site