From 2c2edca6fa563580bb1554a9caa26b6ef53a339e Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Tue, 11 May 2021 19:04:43 +0200 Subject: [PATCH] chore: fix shell.nix --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index dfe47c7a0..4d66d673e 100644 --- a/shell.nix +++ b/shell.nix @@ -1,4 +1,4 @@ -{ pkgs ? (import ./nixpkgs.nix).pkgs }: +{ pkgs ? (import ./nixpkgs.nix {}).pkgs }: let haskellPackages = pkgs.haskellPackages;