nix-book/source/recipes/build/nix-non-flake/hello-again
Amy de Buitléir a23029eb15 initial commit
2025-09-14 19:25:14 +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