{ description = "Doggo flake"; outputs = { self, nixpkgs }: let pkgs = nixpkgs.legacyPackages.x86_64-linux; in { devShell.x86_64-linux = with pkgs; mkShell { nativeBuildInputs = [ just zig zls ]; buildInputs = [ gtk4 ]; }; }; }