From ec2c4ff194bca09105b9e17bb34f6b4fe868f446 Mon Sep 17 00:00:00 2001 From: Adam Washington Date: Tue, 4 Apr 2023 10:22:08 +0100 Subject: [PATCH] Fix shell.nix --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index 97ef479..b056933 100644 --- a/shell.nix +++ b/shell.nix @@ -1 +1 @@ -let pkgs = import {}; in import ./impl.nix pkgs +let pkgs = import { }; in import ./impl.nix { inherit pkgs; }