Jump to content

FAQ/Pinning Nixpkgs: Difference between revisions

m
nix.dev references
imported>Eyeinsky
m (nix.dev references)
Line 232: Line 232:
where all the stuff just comes from the bind services definition(which you can get from the source link on the nixos options page.)
where all the stuff just comes from the bind services definition(which you can get from the source link on the nixos options page.)
Just replace named variables, and replace <code>${pkgs.bind.out</code> with <code>${pkgs.unstable.bind.out}</code>
Just replace named variables, and replace <code>${pkgs.bind.out</code> with <code>${pkgs.unstable.bind.out}</code>
== See also ==
[https://nix.dev/reference/pinning-nixpkgs Pinning Nixpkgs]
[https://nix.dev/tutorials/first-steps/towards-reproducibility-pinning-nixpkgs Towards Reproducibility: Pinning Nixpkgs]
[https://nix.dev/guides/recipes/dependency-management.html Dependency Management]