tips(how_to_test_pr): Add content in nix block code
All checks were successful
check / check (push) Successful in 30s
All checks were successful
check / check (push) Successful in 30s
This commit is contained in:
parent
f0aabeee50
commit
e8fca43d0c
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
# Example for ollama
|
# Example for ollama
|
||||||
|
|
||||||
|
```nix
|
||||||
{ config, pkgs, lib, ... }:
|
{ config, pkgs, lib, ... }:
|
||||||
|
|
||||||
with lib;
|
with lib;
|
||||||
|
@ -32,3 +33,4 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue