Forrest logo
back to context overview

nix3-registry

List of commands for nix3-registry:

  • nix3-registry:tldr:20408 nix3-registry: Pin the `nixpkgs` revision to the current version of the upstream repository.
    $ nix registry pin ${nixpkgs}
    try on your machine
    explain this command
  • nix3-registry:tldr:2e32a nix3-registry: Pin an entry to the latest version of the branch, or a particular reivision of a github repository.
    $ nix registry pin ${entry} ${github:owner-repo-branch_or_revision}
    try on your machine
    explain this command
  • nix3-registry:tldr:7fb87 nix3-registry: Remove a registry entry.
    $ nix registry remove ${entry}
    try on your machine
    explain this command
  • nix3-registry:tldr:8a517 nix3-registry: See documentation about what Nix flake registries are.
    $ nix registry --help
    try on your machine
    explain this command
  • nix3-registry:tldr:f482e nix3-registry: Add a new entry that always points to the latest version of a github repository, updating automatically.
    $ nix registry add ${entry} ${github:owner-repo}
    try on your machine
    explain this command
back to context overview