DeterminateSystems / zero-to-nix

Zero to Nix is your guide to learning Nix and flakes. Created by Determinate Systems.
https://zero-to-nix.com
Other
855 stars 64 forks source link

Issue with the output of code provided by page `src/pages/start/3.nix-develop.mdx` #363

Open chillcicada opened 3 weeks ago

chillcicada commented 3 weeks ago

it's not a problem with the page itself.

after run nix develop "https://flakehub.com/f/DeterminateSystems/zero-to-nix/*#hook" which the page provided, it echoes:

Congrats! You just triggered a shell hook for a Nix development environment.
Run "exit" to exit this environment.
Then run "nix develop github:DeterminateSystems/zero-to-nix#hook" again to re-trigger this hook.

i think the uri should be github:DeterminateSystems/zero-to-nix/*#hook, not github:DeterminateSystems/zero-to-nix#hook.