refactor: simplify shell.nix
This commit is contained in:
parent
a8a8cddae6
commit
95cd73423a
1 changed files with 4 additions and 2 deletions
|
|
@ -1,2 +1,4 @@
|
|||
{ pkgs }:
|
||||
pkgs.mkShell {}
|
||||
{ mkShell }:
|
||||
|
||||
# GCC is provided by default
|
||||
mkShell {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue