notecrumbs/shell.nix

6 lines
146 B
Nix
Raw Normal View History

2023-12-17 01:48:03 +00:00
{ pkgs ? import <nixpkgs> {} }:
with pkgs;
mkShell {
nativeBuildInputs = [ gdb cargo rustc rustfmt libiconv pkg-config fontconfig freetype ];
}