refactor: simplify shell.nix

This commit is contained in:
Kiana Sheibani 2025-09-04 20:30:18 -04:00
parent a8a8cddae6
commit 95cd73423a
Signed by: toki
GPG key ID: 6CB106C25E86A9F7

View file

@ -1,2 +1,4 @@
{ pkgs }:
pkgs.mkShell {}
{ mkShell }:
# GCC is provided by default
mkShell {}