Skip to content
This repository has been archived by the owner on Nov 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2 from hurbIndustries/main
Browse files Browse the repository at this point in the history
Merge
  • Loading branch information
Captainjamason authored Nov 13, 2024
2 parents f5a3c3a + 21eec0b commit 5f5429b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


project('opencxx-cli', 'cpp',
version : '0.0.3',
version : '0.0.4',
license : 'GPL3',
)

Expand Down
8 changes: 8 additions & 0 deletions shell.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
buildInputs = with pkgs; [
meson
ninja
clang
];
}

0 comments on commit 5f5429b

Please sign in to comment.