diff --git a/shell.nix b/shell.nix index e155fa2..cc840a0 100644 --- a/shell.nix +++ b/shell.nix @@ -1,2 +1,4 @@ -{ pkgs }: -pkgs.mkShell {} +{ mkShell }: + +# GCC is provided by default +mkShell {}