mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
treewide: Switch markdown placeholder from "..." to <...>
We use angle brackets since they look a lot like a placeholder while also being valid nix code, as suggested by roberth here: https://github.com/NixOS/nixpkgs/pull/299554#discussion_r1541797970
This commit is contained in:
parent
fcc95ff817
commit
bc5ee2b8f8
6 changed files with 12 additions and 12 deletions
|
@ -123,7 +123,7 @@ Here is an example of `fetchDebianPatch` in action:
|
|||
buildPythonPackage rec {
|
||||
pname = "pysimplesoap";
|
||||
version = "1.16.2";
|
||||
src = "...";
|
||||
src = <...>;
|
||||
|
||||
patches = [
|
||||
(fetchDebianPatch {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue