From cf783cb3c707aebd62216fc5d260f668dae93f86 Mon Sep 17 00:00:00 2001 From: ymgyt Date: Tue, 6 Jun 2023 00:06:54 +0900 Subject: [PATCH] Fix shell description --- shell/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/flake.nix b/shell/flake.nix index 28da064..465d7df 100644 --- a/shell/flake.nix +++ b/shell/flake.nix @@ -1,5 +1,5 @@ { - description = "A Nix-flake-based LaTeX development environment"; + description = "A Nix-flake-based Shell development environment"; inputs = { nixpkgs.url = "github:NixOS/nixpkgs/release-22.11";