From c1506122b4b28bb151cc2cd3a4557d5f7d403db0 Mon Sep 17 00:00:00 2001 From: Daniel Thwaites Date: Thu, 6 Oct 2022 19:21:45 +0100 Subject: [PATCH] Allow substitutes for Plymouth theme :zap: When using `runCommandLocal`, clients are required to download imagemagick and the source files, even if the theme is already available from a binary cache. --- modules/plymouth/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/plymouth/default.nix b/modules/plymouth/default.nix index b320dde5..ee672b11 100644 --- a/modules/plymouth/default.nix +++ b/modules/plymouth/default.nix @@ -4,7 +4,7 @@ with lib; with config.lib.stylix.colors; let - theme = pkgs.runCommandLocal "plymouth-theme" { } '' + theme = pkgs.runCommand "stylix-plymouth" { } '' themeDir="$out/share/plymouth/themes/stylix" mkdir -p $themeDir