nix-book/source/recipes/build/nix-non-flake/tempwork/hello-again
Amy de Buitléir e172c662e9 temp
2025-09-16 14:01:49 +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