move dmath, dsafe and nixctor to snippets/ directory
This commit is contained in:
parent
43b30424b1
commit
625968bef3
13 changed files with 0 additions and 0 deletions
9
snippets/nixctor/default.nix
Normal file
9
snippets/nixctor/default.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ constructProgram ? import ./ctor.nix }:
|
||||
constructProgram {
|
||||
pname = "hello-world";
|
||||
version = "1.0.0";
|
||||
|
||||
src = ./.; # use the current directory
|
||||
|
||||
sourceFiles = [ "main.c" "lib.c" ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue