From 954a2f6fd16c2e42795310f5429471f1caf0ea9d Mon Sep 17 00:00:00 2001 From: James Walker Date: Fri, 15 Jul 2022 14:15:07 +0000 Subject: [PATCH] remove nix pure from shell environment --- flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/flake.nix b/flake.nix index 6bc975224..8355e04c3 100644 --- a/flake.nix +++ b/flake.nix @@ -27,7 +27,6 @@ wrapProgram $out/bin/stack \ --add-flags "\ --nix \ - --nix-pure \ --nix-shell-file=nix/stack-integration.nix \ " '';