From e30a58c177addaee65e84a35c0c22e8c31c6d03a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amy=20de=20Buitl=C3=A9ir?= Date: Mon, 25 Aug 2025 16:34:01 +0100 Subject: [PATCH] initial commit --- source/recipes/nixpkgs-pkg/shebang/my-flake-script.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 source/recipes/nixpkgs-pkg/shebang/my-flake-script.sh 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?"