From 564d2500fe2e144c41639534de38a9a1a2677fce Mon Sep 17 00:00:00 2001 From: Timothy DeHerrera Date: Wed, 3 Feb 2021 19:51:08 -0700 Subject: [PATCH] CONTRIBUTING.md: update pre-commit info --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a0ed5fc9..a7fc9ebb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,9 +6,9 @@ the `template` branch to provide a host of useful NixOS configurations available "out of the box". If you wish to contribute such an expression please follow these guidelines: -* format your code with [`nixpkgs-fmt`][nixpkgs-fmt]. You can run the `hooks` - command inside the nix shell to install a pre-commit hook that does this - for you. +* format your code with [`nixpkgs-fmt`][nixpkgs-fmt]. The default devshell + includes a pre-commit hook that does this for you. + * The commit message follows the same semantics as [nixpkgs][nixpkgs]. * You can use a `#` symbol to specify ambiguities. For example, `develop#zsh: ` would tell me that your updating the