From e162dff48c251e262f475de9261f0ecfa0f39dc4 Mon Sep 17 00:00:00 2001 From: BossCode45 Date: Thu, 30 May 2024 12:19:27 +1200 Subject: feat: Updated readme and added nix support Added a flake.nix and shell.nix and .envrc so nix+direnv will work well --- shell.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 shell.nix (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix new file mode 100644 index 0000000..46c8894 --- /dev/null +++ b/shell.nix @@ -0,0 +1,13 @@ +{ pkgs ? import {} }: +with pkgs; +mkShell { + buildInputs = [ + gcc + gnumake + xorg.libX11 + xorg.libXrandr + libnotify + pkg-config + clang-tools + ]; +} -- cgit v1.2.3