From 323086c41a0e8af6752fa60fb51ec5c358a6f2a4 Mon Sep 17 00:00:00 2001 From: adisbladis Date: Tue, 19 May 2020 21:10:01 +0100 Subject: [PATCH] Add path to shell.nix in check-fmt script --- check-fmt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check-fmt b/check-fmt index 4c41da4..e3a5587 100755 --- a/check-fmt +++ b/check-fmt @@ -1,5 +1,5 @@ #!/usr/bin/env nix-shell -#!nix-shell -i bash +#!nix-shell ./shell.nix -i bash # # Just because the nixpkgs-fmt error message is not super readable. Used by # CI.