nix-book/source/recipes/nixpkgs-pkg/shebang/my-flake-script.sh
Amy de Buitléir e30a58c177 initial commit
2025-08-25 16:34:01 +01:00

4 lines
110 B
Bash
Executable file

#! /usr/bin/env nix
#! nix shell nixpkgs#hello nixpkgs#cowsay --command bash
hello
cowsay "Pretty cool, huh?"