From 5d7e554647e031f5b39a66175e01d5d29ecfbdf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 17 Mar 2025 11:52:16 +0100 Subject: Add shvcli-ell --- flake.nix | 3 +++ nixos/modules/develop.nix | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 52da5f4..682c454 100644 --- a/flake.nix +++ b/flake.nix @@ -9,6 +9,7 @@ agenix.url = "github:ryantm/agenix"; shvcli.url = "github:silicon-heaven/shvcli"; + shvcli-ell.url = "gitlab:elektroline-predator/shvcli-ell"; usbkey.url = "gitlab:cynerd/usbkey"; @@ -25,6 +26,7 @@ shellrc, agenix, shvcli, + shvcli-ell, usbkey, nixturris, ... @@ -42,6 +44,7 @@ self.overlays.pkgs shellrc.overlays.default shvcli.overlays.default + shvcli-ell.overlays.noInherit usbkey.overlays.default ]; }; diff --git a/nixos/modules/develop.nix b/nixos/modules/develop.nix index e61ab3e..03b7b91 100644 --- a/nixos/modules/develop.nix +++ b/nixos/modules/develop.nix @@ -152,7 +152,7 @@ in { stdmanpages # SHV - shvcli + (shvcli.withPlugins [python3Packages.shvcli-ell]) # Images imagemagick -- cgit v1.2.3