3 lines
59 B
Bash
3 lines
59 B
Bash
|
#!/bin/sh
|
||
|
nix-shell --run '$CC hello.c -o hello' hello.nix
|