From acc01d3eac2c858887f44df96c8121b70d3b03cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Wed, 6 Mar 2024 07:45:20 +0000 Subject: [PATCH] docs: formatting --- docs/reference/yaml-options.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/docs/reference/yaml-options.md b/docs/reference/yaml-options.md index 6be96dfdf..edde6fde1 100644 --- a/docs/reference/yaml-options.md +++ b/docs/reference/yaml-options.md @@ -55,13 +55,11 @@ imports: - relative file support in imports: `./mymodule.nix` ### What if a package is out of date? - - Open [nixpkgs repo](https://github.com/NixOS/nixpkgs) and press `t` to search for your package. - - Try to update/change the package using [the nixpkgs contributing guide](https://nixos.org/manual/nixpkgs/stable/#chap-quick-start), optionally contacting the maintainer for help if you get stuck. - - Make a PR and remember the branch name. - - Add it to your devenv.yaml like so - -Using the nixpkgs input in form of 'github:$GH_USERNAME/nixpkgs/master', edit `devenv.yaml`: +- Open [nixpkgs repo](https://github.com/NixOS/nixpkgs) and press `t` to search for your package. +- Try to update/change the package using [the nixpkgs contributing guide](https://nixos.org/manual/nixpkgs/stable/#chap-quick-start), optionally contacting the maintainer for help if you get stuck. +- Make a PR and remember the branch name. +- Add it to your devenv.yaml using the nixpkgs input in form of 'github:$GH_USERNAME/nixpkgs/master', edit `devenv.yaml`: ```yaml inputs: