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

This explains how to use `nix-shell` in a shebang. I'm open to changes to better fit nix.dev style :+1:

This list was provided to me by @fricklerhandwerk and sounds like a reasonable collection.

How to do this? I could run: ``` $ sudo nix-channel --list ``` And add this command to sudoers. Or set appropriate permissions for `/root` (701) and `/root/.nix-channels` (644), and...

question

I have a conundrum! I would really appreciate some words of wisdom from nix gurus. I am writing some data-analysis utilities that are glued together with nix and I am...

tutorial

this is a split off from https://github.com/NixOS/nix.dev/pull/274 This PR focus on the document that is originally written by @domenkozar and the expansion on its topic.

For example in #261 there was a comment which directly addressed me and now I can't reply to it anymore because the PR got merged.

@jonringer and @nrdxp work on their vision of a [Nix Book](https://github.com/divnix/nix-book) ([Discourse announcement](https://discourse.nixos.org/t/help-on-creating-a-nix-book/21126)). Let us see how we can align goals, coordinate efforts, and avoid redundant work.

This implements highlighting for shell input/output. To use it, two adjacent code blocks must have `shell-session` and none as their highlighting language. As for how to highlight it, I copied...