Compare commits

..

2 commits

Author SHA1 Message Date
Fabien Freling
3f596a6dc9 use zig overlay 2023-10-13 13:57:52 +02:00
Fabien Freling
847a11d293 remove flutter impl 2023-10-13 13:53:14 +02:00

View file

@ -32,7 +32,13 @@
zigpkgs.master zigpkgs.master
zls zls
emscripten emscripten
];
buildInputs = with pkgs; [
sqlite sqlite
# Linux graphical deps
xorg.libX11
libGL
]; ];
}; };
formatter = pkgs.alejandra; formatter = pkgs.alejandra;