chore: comment

This commit is contained in:
2025-08-07 21:00:32 +08:00
parent f946cb2fd1
commit 67cdcfea33
24 changed files with 734 additions and 105 deletions

View File

@@ -10,7 +10,7 @@
in
{
devShells = forAllSystems (system:
let pkgs = import nixpkgs { inherit system; }; in
let pkgs = import nixpkgs { inherit system; config.allowUnfree = true; }; in
{
default = pkgs.mkShell {
packages = with pkgs; [
@@ -26,6 +26,7 @@
gdb
valgrind
gemini-cli
claude-code
];
};
}