mirror of
https://codeberg.org/mhwombat/nix-book.git
synced 2026-01-24 23:47:12 +08:00
4 lines
110 B
Bash
Executable file
4 lines
110 B
Bash
Executable file
#! /usr/bin/env nix
|
|
#! nix shell nixpkgs#hello nixpkgs#cowsay --command bash
|
|
hello
|
|
cowsay "Pretty cool, huh?"
|