Skip to content

Commit

Permalink
fix nix-shell
Browse files Browse the repository at this point in the history
  • Loading branch information
ahoneybun committed Oct 4, 2024
1 parent 8e63677 commit 7ecbeeb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
devShell = with pkgs; mkShell {
buildInputs = [
cargo
pkg-config
libxkbcommon
rustc
rust-analyzer
];
Expand Down

0 comments on commit 7ecbeeb

Please sign in to comment.