Update envs: C/C++ and LaTeX
This commit is contained in:
4
env/c_cxx.nix
vendored
4
env/c_cxx.nix
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user