formated shell.nix
This commit is contained in:
parent
8885b40709
commit
c639afe08b
1 changed files with 14 additions and 14 deletions
|
|
@ -1,13 +1,13 @@
|
|||
{pkgs ? import <nixpkgs> {}}:
|
||||
|
||||
with pkgs;
|
||||
|
||||
mkShell rec {
|
||||
packages = [gdb clang-tools];
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [
|
||||
nativeBuildInputs = [
|
||||
pkg-config
|
||||
gcc
|
||||
gnumake
|
||||
];
|
||||
buildInputs = [
|
||||
glfw3
|
||||
glm
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue