nix-book/source/recipes/build/nix-non-flake/tempwork/hello-again
Amy de Buitléir c394c06b8e temp
2026-02-03 15:46:03 +00: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