tips(how_to_test_pr): Add content in nix block code
All checks were successful
check / check (push) Successful in 30s

This commit is contained in:
Florian RICHER 2024-07-01 19:29:30 +02:00
parent f0aabeee50
commit e8fca43d0c

View file

@ -1,5 +1,6 @@
# Example for ollama
```nix
{ config, pkgs, lib, ... }:
with lib;
@ -32,3 +33,4 @@ in
};
};
}
```