{ description = "Static site generator in c++"; inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; }; outputs = { self, nixpkgs, }: { devShells = { default = nixpkgs.mkShell { packages = with nixpkgs; [ gcc gnumake md4c catch2_3 clang-tools gdb ]; }; }; }; }