feat: C templates
This commit is contained in:
parent
e5faf58ba8
commit
f5427d28a9
15 changed files with 236 additions and 0 deletions
10
c/make/nixpkgs/package.nix
Normal file
10
c/make/nixpkgs/package.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
stdenv
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "hello";
|
||||
version = "0.1";
|
||||
src = ./.;
|
||||
installFlags = [ "PREFIX=$(out)" "EXEC=${pname}" ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue