add justfile

zig
Fabien Freling 2022-01-22 15:22:06 +01:00
parent dfa42ab7db
commit f327df5c97
2 changed files with 3 additions and 0 deletions

2
justfile Normal file
View File

@ -0,0 +1,2 @@
run:
nixGL zig build run

View File

@ -2,6 +2,7 @@
pkgs.mkShell {
buildInputs = with pkgs; [
just
zig
xorg.libX11