nix-book/source/recipes/build/nix-non-flake/tempwork/hello-again
Amy de Buitléir ad1a16bda4 temp
2025-10-04 19:48:20 +01:00

4 lines
107 B
Bash
Executable file

#!/usr/bin/env sh
echo "I'm a flake, but I'm running a command defined in a non-flake package."
hello-nix