mirror of
https://github.com/ryan4yin/nixos-and-flakes-book.git
synced 2025-02-05 21:20:19 +01:00
fix: typo
This commit is contained in:
parent
41bfd78039
commit
1743f69532
@ -1,6 +1,8 @@
|
||||
# Usage of the New CLI
|
||||
|
||||
Once you have enabled the `nix-command` and `flakes` features, you can start using the new generation Nix command-line tools provided by [New Nix Commands][New Nix Commands]. In this section, we will focus on two commands: `nix shell` and `nix run`. Other important commands like `nix build` will be discussed in detail in the chapter "Development Work on NixOS".
|
||||
Once you have enabled the `nix-command` and `flakes` features, you can start using the new generation Nix command-line tools provided by [New Nix Commands][New Nix Commands].
|
||||
In this section, we will focus on two commands: `nix shell` and `nix run`.
|
||||
Other important commands like `nix build` will be discussed in detail in [`nix develop` & `pkgs.mkShell`](/development/intro.md)
|
||||
|
||||
## `nix shell`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user