xrsh-buildroot/nix/build_hello.sh

3 lines
59 B
Bash
Raw Normal View History

#!/bin/sh
nix-shell --run '$CC hello.c -o hello' hello.nix