dot_testing/builds/utils/c/status/shell.nix

10 lines
127 B
Nix
Raw Normal View History

2024-01-15 03:52:45 -06:00
with import <nixpkgs> {};
pkgs.mkShell {
nativeBuildInputs = [
gdb
gnumake
pkg-config
xorg.libxcb
];
}