update flake

This commit is contained in:
Fabien Freling 2024-05-04 14:54:49 +02:00
parent 3c2fba5a1e
commit f5a5157e80
2 changed files with 8 additions and 5 deletions

View file

@ -2,11 +2,11 @@
"nodes": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1651369430, "lastModified": 1714750952,
"narHash": "sha256-d86uUm0s11exU9zLo2K1AwtJQJDKubFpoF0Iw767uT4=", "narHash": "sha256-oOUdvPrO8CbupgDSaPou+Jv6GL+uQA2QlE33D7OLzkM=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "b283b64580d1872333a99af2b4cef91bb84580cf", "rev": "5fd8536a9a5932d4ae8de52b7dc08d92041237fc",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -10,16 +10,19 @@
devShell.x86_64-linux = with pkgs; devShell.x86_64-linux = with pkgs;
mkShell { mkShell {
buildInputs = [ nativeBuildInputs = [
just just
zig zig
zls
];
buildInputs = [
xorg.libX11 xorg.libX11
xorg.libXcursor xorg.libXcursor
xorg.libXi xorg.libXi
xorg.libXext xorg.libXext
xorg.libXrandr xorg.libXrandr
xorg.libXinerama xorg.libXinerama
wayland
libGL libGL
libGLU libGLU
]; ];