From a3f644573cdbb8ec40a97cce93cd36eff8843743 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Amy=20de=20Buitl=C3=A9ir?=
$ hello-nix # Fails outside development shell bash: line 53: hello-nix: command not found $ nix develop -$ hello-nix # Works inside development shell -Hello from your nix package!+$ hello-nix +bash: line 2: hello-nix: command not found +bash: line 3: EOL: command not found @@ -5474,7 +5475,7 @@ Hello from your flake!