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

Following the guide I get this error: ``` nix-shell -p hello ‎11/03/2021 | 05:06:35 PM ‎jgart‎: error: file 'nixpkgs' was not found in the Nix search path (add it using...

https://discourse.nixos.org/t/tutorial-for-setting-up-the-lamp-stack-on-a-nixos-server/12508/9

tutorial

For the task I am currently working on I really need to install https://github.com/aurora/rmate on my NixOS server. It's a simple bash script so I can just `wget` and `chmod...

Many years ago I wrote https://domenkozar.com/2014/03/11/why-puppet-chef-ansible-arent-good-enough-and-we-can-do-better/, but there's probably better way to explain today like https://constructolution.wordpress.com/2012/07/08/divergent-convergent-and-congruent-infrastructures/

The advice in [this section](https://nix.dev/anti-patterns/language#with-attrset-expression) doesn't apply if the list elements are nested attribute sets (i.e., they have dots) or are function applications (i.e., they are surrounded by parentheses). Maybe...

Hi, I usually browse the web without JavaScript, unless it's *necessary* - saves bandwidth, makes pages load faster and conserves a bit of battery life, while tripping up most trackers...

bug

https://brianmckenna.org/blog/running_binaries_on_nixos https://github.com/svanderburg/nix-patchtools

tutorial

What to do when things go wrong? - benchmarking - "my build failed now what?" - I get a weird error https://github.com/NixOS/nixpkgs/issues/62913

tutorial

On https://nix.dev/tutorials/install-nix.html WSL2 (the latest version of WSL on Windows) doesn't have systemd, so I need to pass --no-daemon . I don't have a WSL install to test if that...

Existing tutotrials: - https://nixos.org/manual/nix/unstable/advanced-topics/distributed-builds.html - https://eipi.xyz/blog/nix-aarch64-remote/ - https://eipi.xyz/blog/building-on-remote-server-for-nixos-on-raspberry-pi/ Notes: - builders-use-substitutes = true - https://github.com/nix-dot-dev/nix.dev/pull/123#issuecomment-889786823

tutorial