diff --git a/source/recipes/nixpkgs-pkg/shebang/my-flake-script.sh b/source/recipes/nixpkgs-pkg/shebang/my-flake-script.sh new file mode 100755 index 0000000..241867e --- /dev/null +++ b/source/recipes/nixpkgs-pkg/shebang/my-flake-script.sh @@ -0,0 +1,4 @@ +#! /usr/bin/env nix +#! nix shell nixpkgs#hello nixpkgs#cowsay --command bash +hello +cowsay "Pretty cool, huh?"