nix flake
all
Manage Nix flakes. Some subcommands such as `init`, `show`, `info` have their own usage documentation.
More info →Subcommands (3)
Examples (5)
Update all inputs (dependencies) of the flake in the current directory
nix flake updateUpdate a specific input (dependency) of the flake in the current directory
nix flake update inputClone a GitHub repository containing a flake
nix flake clone github:owner/repo#attributesCreate missing lock file entries for a flake in a specified directory
nix flake lock path/to/flakeDisplay help
nix flake --helpmade by @shridhargupta | data from tldr-pages