1

Update envs: C/C++ and LaTeX

This commit is contained in:
2023-04-02 15:18:43 +02:00
parent 3478433fa0
commit e8e382f111
3 changed files with 115 additions and 2 deletions

4
env/c_cxx.nix vendored
View File

@ -1,5 +1,5 @@
{
description = "";
description = "C/C++ Environment";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
inputs.flake-utils.url = "github:numtide/flake-utils";
@ -52,7 +52,7 @@
in {
# devShell = pkgs.devshell.mkShell ...
devShell = pkgs.devshell.mkShell {
name = "";
name = "C/C++ Environment";
packages = with pkgs; [
# Compilers