diff --git a/env/cpp.nix b/env/cpp.nix deleted file mode 100644 index 0749d77..0000000 --- a/env/cpp.nix +++ /dev/null @@ -1,5 +0,0 @@ -{ pkgs ? import { } }: - -with pkgs; - -mkShell { buildInputs = [ ccls cmake ]; }