|
Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
|
R""(
Set the nixpkgs flake identifier to a specific branch of Nixpkgs:
Pin nixpkgs to a specific revision:
Add an entry that redirects a specific branch of nixpkgs to another fork:
Add nixpkgs pointing to github:nixos/nixpkgs to your custom flake registry:
This command adds an entry to the user registry that maps flake reference from-url to flake reference to-url, where from-url must be a shorthand like 'nixpkgs' or 'nixpkgs/nixos-20.03'. If an entry for from-url already exists, it is overwritten.
Entries can be removed using nix registryremove.
)""