diff --git a/README b/README new file mode 100644 index 0000000..8de16dc --- /dev/null +++ b/README @@ -0,0 +1 @@ +nothing to be seen here yet. LEAVE \ No newline at end of file diff --git a/flake.nix b/flake.nix index 09c79ed..591359f 100644 --- a/flake.nix +++ b/flake.nix @@ -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 ]); }; diff --git a/meson.build b/meson.build index bffdf4d..5815672 100644 --- a/meson.build +++ b/meson.build @@ -8,5 +8,8 @@ project('matar', 'cpp', includes = include_directories('include') +subdir('include') subdir('src') -subdir('apps') \ No newline at end of file +subdir('apps') + +import('pkgconfig').generate(lib) \ No newline at end of file