mirror of
https://codeberg.org/mhwombat/nix-book.git
synced 2026-01-09 23:32:37 +08:00
4 lines
105 B
Bash
Executable file
4 lines
105 B
Bash
Executable file
#!/usr/bin/env sh
|
|
|
|
echo "I'm a flake, and I'm running a command defined in a another flake."
|
|
hello-flake
|