mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 19:24:03 -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 ? import <nixpkgs> {} }:
|
||||||
pkgs.mkShell {
|
pkgs.mkShell {
|
||||||
nativeBuildInputs = with pkgs; [
|
nativeBuildInputs = with pkgs; [
|
||||||
buildPackages.cargo
|
cargo
|
||||||
buildPackages.just
|
glib
|
||||||
buildPackages.gnumake
|
just
|
||||||
buildPackages.meson
|
libxkbcommon
|
||||||
buildPackages.gcc
|
meson
|
||||||
|
pkg-config
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue