This commit is contained in:
Cadey Ratio 2020-05-05 08:53:46 -04:00
parent 3439b5064b
commit 639582b4d6
2 changed files with 9 additions and 0 deletions

1
.envrc Normal file
View File

@ -0,0 +1 @@
eval "$(lorri direnv)"

8
shell.nix Normal file
View File

@ -0,0 +1,8 @@
let
pkgs = import <nixpkgs> {};
in
pkgs.pkgsi686Linux.mkShell {
buildInputs = with pkgs.pkgsi686Linux; [
gnumake python3 audiofile pkg-config SDL2 libusb1 glfw3 libgcc xorg.libX11 xorg.libXrandr libpulseaudio alsaLib glfw libGL
];
}