From a3bfbe501167db8647f03f3b2d43ed2a5aea9552 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Thu, 18 Dec 2025 17:17:42 +0100 Subject: modules/rust-motd: Avoid using the deprecated `runCommandNoCCLocal` --- modules/by-name/ru/rust-motd/module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/by-name') diff --git a/modules/by-name/ru/rust-motd/module.nix b/modules/by-name/ru/rust-motd/module.nix index 8d0939a..bf23843 100644 --- a/modules/by-name/ru/rust-motd/module.nix +++ b/modules/by-name/ru/rust-motd/module.nix @@ -21,7 +21,7 @@ userList = builtins.mapAttrs (n: v: 2) (lib.filterAttrs pred config.users.users); bannerFile = - pkgs.runCommandNoCCLocal "banner-file" { + pkgs.runCommandLocal "banner-file" { nativeBuildInputs = [pkgs.figlet]; } '' echo "${config.system.name}" | figlet -f slant > "$out" -- cgit 1.4.1