add readme

kms

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2023-08-16 05:58:50 +05:30
parent fe255f97f4
commit ad64b1e8d1
3 changed files with 6 additions and 2 deletions

1
README Normal file
View File

@@ -0,0 +1 @@
nothing to be seen here yet. LEAVE

View File

@@ -25,6 +25,7 @@
packages = rec {
matar = stdenv.mkDerivation rec {
name = "matar";
version = "0.1";
src = pkgs.lib.sourceFilesBySuffices ./. [
".hh"
".cc"
@@ -43,7 +44,6 @@
matar = pkgs.mkShell.override { inherit stdenv; } {
name = "matar";
packages = nativeBuildInputs ++ (with pkgs; [
bear
clang-tools
]);
};

View File

@@ -8,5 +8,8 @@ project('matar', 'cpp',
includes = include_directories('include')
subdir('include')
subdir('src')
subdir('apps')
import('pkgconfig').generate(lib)