formated shell.nix

This commit is contained in:
k 2025-01-07 17:09:00 -05:00
parent 8885b40709
commit c639afe08b

View File

@ -1,13 +1,13 @@
{pkgs ? import <nixpkgs> {}}: {pkgs ? import <nixpkgs> {}}:
with pkgs; with pkgs;
mkShell rec { mkShell rec {
packages = [gdb clang-tools]; packages = [gdb clang-tools];
nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [
buildInputs = [ pkg-config
gcc gcc
gnumake gnumake
];
buildInputs = [
glfw3 glfw3
glm glm
]; ];