mirror of
https://codeberg.org/mhwombat/nix-book.git
synced 2025-12-27 00:34:58 +08:00
4 lines
107 B
Bash
Executable file
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
|