From 7ecbeeb1e73aff7dd32149b82549d8911a060574 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Thu, 3 Oct 2024 18:39:19 -0600 Subject: [PATCH] fix nix-shell --- shell.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shell.nix b/shell.nix index 16d17d2..8530ab0 100644 --- a/shell.nix +++ b/shell.nix @@ -9,6 +9,8 @@ devShell = with pkgs; mkShell { buildInputs = [ cargo + pkg-config + libxkbcommon rustc rust-analyzer ];