xrsh-buildroot/nix/build_hello.sh

3 lines
59 B
Bash
Executable File

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