Skip to content

Commit

Permalink
nix: update shell.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
phip1611 committed May 4, 2024
1 parent a53cf1b commit 1080c75
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions shell.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
{ pkgs ? import <nixpkgs> { } }:
pkgs.mkShell rec {
packages = with pkgs; [
# Base deps
alsa-lib
pkg-config

# gui examples (minifb)
libxkbcommon
xorg.libXcursor
xorg.libX11

# Development
nixpkgs-fmt
rustup
];
}

0 comments on commit 1080c75

Please sign in to comment.