mirror of
https://github.com/NixOS/nix.git
synced 2025-11-15 06:52:43 +01:00
8 lines
No EOL
130 B
Nix
8 lines
No EOL
130 B
Nix
let {
|
|
|
|
inherit (import ../../lib) compileC link;
|
|
|
|
hello = link {objects = compileC {main = ./hello.c;};};
|
|
|
|
body = [hello];
|
|
} |