For questions about NixOS, a GNU/Linux distribution focused reliability by extensive use of configuration management.
Questions tagged [nixos]
5 questions
4
votes
1 answer
How should I update a single input to a Nix flake?
I have a Nix flake with several inputs whose URLs are remote git repositories. I want to update one input in flake.lock, but not the others; in particular, I want to avoid repinning nixpkgs.
When I run nix flake update, all inputs are updated. This…
Corbin
- 143
- 4