Forrest logo
back to context overview

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 machine
    explain this command
  • nix3-flake:tldr:6216e nix3-flake: See documentation about what Nix flakes are.
    $ nix flake --help
    try on your machine
    explain this command
  • nix3-flake:tldr:acca6 nix3-flake: Update all inputs (dependencies) of the flake in the current directory.
    $ nix flake update
    try on your machine
    explain 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 init
    try on your machine
    explain 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 machine
    explain this command
back to context overview