From db297ef311d33bf41ed01b7fcd7587f2f98d1d7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandre=20Delano=C3=AB?= <devel+git@delanoe.org> Date: Tue, 30 Nov 2021 11:14:14 +0100 Subject: [PATCH] [TOOL] install script --- bin/install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/install b/bin/install index 23c71fff..c2df4ddd 100755 --- a/bin/install +++ b/bin/install @@ -1,3 +1,4 @@ #!/bin/bash -stack install --nix --profile --test --fast --no-install-ghc --skip-ghc-check +#stack install --nix --profile --test --fast --no-install-ghc --skip-ghc-check +stack install --nix --test --no-install-ghc --skip-ghc-check -- 2.21.0