shell.nix: fix syntax

This commit is contained in:
Sebastien Bourdeauducq 2021-09-24 12:53:48 +08:00
parent ac17bf50f8
commit c26689c7a7
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,6 @@ in
libffi
libxml2
clippy
python3.withPackages(ps: [ps.numpy])
(python3.withPackages(ps: [ps.numpy]))
];
}