
nix3-flake
List of commands for nix3-flake:
-
nix3-flake:tldr:2e28e nix3-flake: Show all the outputs of a flake on github.$ nix flake show ${github:owner-repo}try on your machineexplain this command
-
nix3-flake:tldr:6216e nix3-flake: See documentation about what Nix flakes are.$ nix flake --helptry on your machineexplain this command
-
nix3-flake:tldr:acca6 nix3-flake: Update all inputs (dependencies) of the flake in the current directory.$ nix flake updatetry on your machineexplain this command
-
nix3-flake:tldr:b5eba nix3-flake: Create a new flake (just the `flake.nix` file) from the default template, in the current directory.$ nix flake inittry on your machineexplain this command
-
nix3-flake:tldr:c5d88 nix3-flake: Update a specific input (dependency) of the flake in the current directory.$ nix flake lock --update-input ${input}try on your machineexplain this command