mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
Update shell.nix
This commit is contained in:
parent
40afacef61
commit
a96125a9c0
1 changed files with 6 additions and 5 deletions
|
@ -1,10 +1,11 @@
|
|||
{ pkgs ? import <nixpkgs> {} }:
|
||||
pkgs.mkShell {
|
||||
nativeBuildInputs = with pkgs; [
|
||||
buildPackages.cargo
|
||||
buildPackages.just
|
||||
buildPackages.gnumake
|
||||
buildPackages.meson
|
||||
buildPackages.gcc
|
||||
cargo
|
||||
glib
|
||||
just
|
||||
libxkbcommon
|
||||
meson
|
||||
pkg-config
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue