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 recently learned about the `channel:*` syntax to reference a channel without the need to specify a full URL. I used it like this ``` $ nix-build -I nixpkgs=channel:nixos-unstable...

fetchurl, fetchgit, fetchFromGitHub, etc

tutorial

https://twitter.com/zimbatm/status/1272582711178342403

I'm not entirely sure what the _precise_ underlying cause is of this behavior, but I've noticed the following non-obvious gotcha when updating Nix derivations in the past: 1. Modify a...

That's how we can pitch Nix reproducibility.

In faq.rst there is a section about binary caches: ``` How do I add a new binary cache? Using Nix: $ echo "trusted-binary-caches = https://hydra.snabb.co" >> /etc/nix/nix.conf ``` This doesn't...