mirror of
https://codeberg.org/mhwombat/nix-book.git
synced 2026-05-12 13:55:53 +08:00
initial commit
This commit is contained in:
parent
7afd298d06
commit
c800974e93
1 changed files with 2 additions and 2 deletions
|
|
@ -36,7 +36,7 @@ $ which hello-flake
|
|||
....
|
||||
|
||||
Once we exit that shell, the `hello-flake` command is no longer
|
||||
available.
|
||||
directly available.
|
||||
|
||||
....
|
||||
$# echo '$ exit'
|
||||
|
|
@ -44,7 +44,7 @@ $# echo '$ hello-flake'
|
|||
sh: line 3: hello-flake: command not found
|
||||
....
|
||||
|
||||
Actually, we can still access the command using the store path we found
|
||||
However, we can still run the command using the store path we found
|
||||
earlier. That’s not particularly convenient, but it does demonstrate
|
||||
that the package remains in the store for future use.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue