Skip to content

Commit

Permalink
docs: add warning to nix flake
Browse files Browse the repository at this point in the history
  • Loading branch information
headblockhead committed Nov 17, 2024
1 parent 54f43c4 commit 621214e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
gcovr
];
};
# Reminder! If you want to use SQUIRREL as a library in one of your projects, you MUST build it yourself by adding the directory to your project with CMAKE and changing SQUIRREL_KEYCOUNT, for example:
# add_compile_definitions(SQUIRREL_KEYCOUNT=100)
packages.squirrel = pkgs.stdenv.mkDerivation {
name = "squirrel";
src = ./.;
Expand Down

0 comments on commit 621214e

Please sign in to comment.