loon icon indicating copy to clipboard operation
loon copied to clipboard

Add `nix build` command

Open andremedeiros opened this issue 4 years ago • 0 comments

So that it pre-emptively builds derivations.

We can also query cache by using:

nix path-info \
  --store https://cache.nixos.org/ \
  -f /path/to/nixpkgs \
  --argstr system x86_64-linux \
  hello python3 nodejs

andremedeiros avatar Jul 14 '20 16:07 andremedeiros