.\" -*- mode: troff; coding: utf-8 -*- .TH "nix3-registry-list" "1" "" .RS .PP \fBWarning\fR .br This program is \fB\fBexperimental\fR\fR and its interface is subject to change. .RE .SH Name .LP \f(CRnix registry list\fR - list available Nix flakes .SH Synopsis .LP \f(CRnix registry list\fR [\fIoption\fR\[u2026]] .SH Examples .IP "\(bu" 3 Show the contents of all registries: .LP .EX # nix registry list user flake:dwarffs github:edolstra/dwarffs/d181d714fd36eb06f4992a1997cd5601e26db8f5 system flake:nixpkgs path:/nix/store/fxl9mrm5xvzam0lxi9ygdmksskx4qq8s-source?lastModified=1605220118&narHash=sha256-Und10ixH1WuW0XHYMxxuHRohKYb45R%2fT8CwZuLd2D2Q=&rev=3090c65041104931adda7625d37fa874b2b5c124 global flake:blender-bin github:edolstra/nix-warez?dir=blender global flake:dwarffs github:edolstra/dwarffs … .EE .SH Description .LP This command displays the contents of all registries on standard output. Each line represents one registry entry in the format \fItype\fR \fIfrom\fR \fIto\fR, where \fItype\fR denotes the registry containing the entry: .IP "\(bu" 3 \f(CRflags\fR: entries specified on the command line using \f(CR--override-flake\fR. .if n \ .sp -1 .if t \ .sp -0.25v .IP "\(bu" 3 \f(CRuser\fR: the user registry. .if n \ .sp -1 .if t \ .sp -0.25v .IP "\(bu" 3 \f(CRsystem\fR: the system registry. .if n \ .sp -1 .if t \ .sp -0.25v .IP "\(bu" 3 \f(CRglobal\fR: the global registry. .LP See the \fB\f(CRnix registry\fR manual page\fR for more details.