Skip to content

Commit 472962d

Browse files
committed
Add shell.nix
1 parent bdb0178 commit 472962d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

shell.nix

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
with import <nixpkgs> {};
2+
pkgs.mkShell {
3+
buildInputs = with pkgs; [ xorg.libX11 xorg.libXft xorg.libXinerama ];
4+
}

0 commit comments

Comments
 (0)