Skip to content

Commit

Permalink
theme: fromyaml distinct log message
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed May 4, 2024
1 parent 261789c commit b7329e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/home/desktop/theme/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ let
f:
let
jsonFile =
pkgs.runCommand "yaml to attribute set" { nativeBuildInputs = [ pkgs.jc ]; } # bash
pkgs.runCommand "theme yaml to attribute set" { nativeBuildInputs = [ pkgs.jc ]; } # bash
''
jc --yaml < "${f}" > "$out"
'';
Expand Down

0 comments on commit b7329e9

Please sign in to comment.