formated shell.nix
This commit is contained in:
parent
8885b40709
commit
c639afe08b
28
shell.nix
28
shell.nix
@ -1,15 +1,15 @@
|
|||||||
{ pkgs ? import <nixpkgs> { } }:
|
{pkgs ? import <nixpkgs> {}}:
|
||||||
|
|
||||||
with pkgs;
|
with pkgs;
|
||||||
|
mkShell rec {
|
||||||
mkShell rec {
|
packages = [gdb clang-tools];
|
||||||
packages = [gdb clang-tools];
|
nativeBuildInputs = [
|
||||||
nativeBuildInputs = [ pkg-config ];
|
pkg-config
|
||||||
buildInputs = [
|
gcc
|
||||||
gcc
|
gnumake
|
||||||
gnumake
|
];
|
||||||
glfw3
|
buildInputs = [
|
||||||
glm
|
glfw3
|
||||||
];
|
glm
|
||||||
LD_LIBRARY_PATH = lib.makeLibraryPath buildInputs;
|
];
|
||||||
}
|
LD_LIBRARY_PATH = lib.makeLibraryPath buildInputs;
|
||||||
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user