nix.dev
nix.dev copied to clipboard
Official documentation for getting things done with Nix.
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
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...
https://brianmckenna.org/blog/running_binaries_on_nixos https://github.com/svanderburg/nix-patchtools
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
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