Sebastien MICHEL

Results 1 issues of Sebastien MICHEL

Environment: * nix 2.20.1 or later * just 1.25.2 justfile: ``` hello: #!/usr/bin/env nix #! nix shell nixpkgs#hello nixpkgs#cowsay --command bash hello | cowsay ``` Error: ![image](https://github.com/casey/just/assets/237991/a6d59947-9382-485b-a6f6-a642b708e59e) Same shebang on...