mirror of
https://github.com/TheRedShip/RT_GPU.git
synced 2025-09-27 10:48:34 +02:00
6 lines
121 B
Nix
6 lines
121 B
Nix
{ pkgs ? import <nixpkgs> {} }:
|
|
pkgs.mkShell {
|
|
nativeBuildInputs = with pkgs; [ libGL xorg.libX11 libGLU glfw];
|
|
}
|
|
|