-
-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
bugSomething isn't workingSomething isn't working
Description
What happened?
regarding the continuition of this issue:
#69 (comment)
a minor bug and improvement
The command and output

some minor bug changes are needed here.
- It shows
.out
by mistake - here change the behaviour of "run it once" to "try in a shell" and remove the -c flag:
Old❌:
Or run it once with:
nix shell nixpkgs#neo-cowsay.out -c cowsay ...
nix shell nixpkgs#cowsay.out -c cowsay ...
Better✅:
Or try in a shell with:
nix shell nixpkgs#neo-cowsay
nix shell nixpkgs#cowsay
Build information
version: 0.7.8
No similar issue
- I have searched the issue list and there is no similar issue found
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working