diff --git a/tips/how_to_test_pr.md b/tips/how_to_test_pr.md index 4c3af1f..3b4773e 100644 --- a/tips/how_to_test_pr.md +++ b/tips/how_to_test_pr.md @@ -1,5 +1,6 @@ # Example for ollama +```nix { config, pkgs, lib, ... }: with lib; @@ -32,3 +33,4 @@ in }; }; } +```