Forrest logo
back to context overview

nix3-repl

List of commands for nix3-repl:

  • nix3-repl:tldr:80280 nix3-repl: Start a shell with package from the expression available.
    $ :u ${expression}
    try on your machine
    explain this command
  • nix3-repl:tldr:b7b33 nix3-repl: Load all packages from a flake (e.g. `nixpkgs`) into scope.
    $ :lf ${nixpkgs}
    try on your machine
    explain this command
  • nix3-repl:tldr:ca042 nix3-repl: Build a package from an expression.
    $ :b ${expression}
    try on your machine
    explain this command
  • nix3-repl:tldr:fc164 nix3-repl: Start a shell with dependencies of the package from the expression available.
    $ :s ${expression}
    try on your machine
    explain this command
back to context overview