CS3502/shell.nix

4 lines
54 B
Nix

{ mkShell }:
# GCC is provided by default
mkShell {}