From f327df5c978930ceec1107b7197e0d1e57faf912 Mon Sep 17 00:00:00 2001 From: Fabien Freling Date: Sat, 22 Jan 2022 15:22:06 +0100 Subject: [PATCH] add justfile --- justfile | 2 ++ shell.nix | 1 + 2 files changed, 3 insertions(+) create mode 100644 justfile diff --git a/justfile b/justfile new file mode 100644 index 0000000..acbc9ed --- /dev/null +++ b/justfile @@ -0,0 +1,2 @@ +run: + nixGL zig build run diff --git a/shell.nix b/shell.nix index ec522b7..9f0dece 100644 --- a/shell.nix +++ b/shell.nix @@ -2,6 +2,7 @@ pkgs.mkShell { buildInputs = with pkgs; [ + just zig xorg.libX11