From 338ff92eb2c4ab507aaf00ac4f081c4d20d5b863 Mon Sep 17 00:00:00 2001 From: janabhumi Date: Wed, 19 Oct 2022 18:30:46 +0300 Subject: [PATCH] add another shell with useful tools --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flake.nix b/flake.nix index 6ce9a14..86ab5f4 100644 --- a/flake.nix +++ b/flake.nix @@ -92,6 +92,9 @@ inputs.agenix.packages.${system}.agenix ]; }; + tools = pkgs.mkShell { + packages = [ pkgs.gucharmap ]; + }; }; }) // {