From 61c422c49c87fb1b81745d2a5653c47c809d7e71 Mon Sep 17 00:00:00 2001 From: Cole Helbling Date: Fri, 20 Jan 2023 12:32:48 -0800 Subject: [PATCH] CONTRIBUTING: `nix check` -> `nix flake check` (#207) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3df0282..1807179 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -98,7 +98,7 @@ Please: * Follow existing conventions and style within the code the best you can * Describe in your PR the problem and solution so reviewers don't need to rebuild much context -* Run `nix check` and `nix build` +* Run `nix flake check` and `nix build` ## Non-code contributions