Allow substitutes for Plymouth theme ⚡
When using `runCommandLocal`, clients are required to download imagemagick and the source files, even if the theme is already available from a binary cache.
This commit is contained in:
parent
98114ad3ed
commit
c1506122b4
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue