From c26689c7a70e98086aad28d771f8773a4356fdd6 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Fri, 24 Sep 2021 12:53:48 +0800 Subject: [PATCH] shell.nix: fix syntax --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index 7a073d6..3de8d37 100644 --- a/shell.nix +++ b/shell.nix @@ -12,6 +12,6 @@ in libffi libxml2 clippy - python3.withPackages(ps: [ps.numpy]) + (python3.withPackages(ps: [ps.numpy])) ]; }