From 59016fb8a6a31e94ca8b0607d3cbc90c75b925d8 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Mon, 9 Sep 2019 11:36:10 -0400
Subject: [PATCH] just this

---
 shell.nix | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/shell.nix b/shell.nix
index 419f87e..5963efc 100644
--- a/shell.nix
+++ b/shell.nix
@@ -4,9 +4,9 @@ let
     sha256 = "0cdq342wrkvkyccygpp1gvwp7hhqg68hljjwld4vjixm901ayy14";
   }) {};
 in
-{ pkgs ? pinnedPkgs }:
-pkgs.mkShell {
+{ ... }:
+pinnedPkgs.mkShell {
   buildInputs = [
-    pkgs.stack
+    pinnedPkgs.stack
   ];
 }
-- 
GitLab