broot: use hjson-go
Reduces the build closure quite a bit.
This commit is contained in:
parent
7a3f0b3b8d
commit
f2d32e46fa
2 changed files with 3 additions and 3 deletions
|
|
@ -228,9 +228,9 @@ in {
|
|||
|
||||
programs.broot.settings = builtins.fromJSON (builtins.readFile
|
||||
(pkgs.runCommand "default-conf.json" {
|
||||
nativeBuildInputs = [ pkgs.hjson ];
|
||||
nativeBuildInputs = [ pkgs.hjson-go ];
|
||||
}
|
||||
"hjson -c ${cfg.package.src}/resources/default-conf/conf.hjson > $out"));
|
||||
"hjson-cli -c ${cfg.package.src}/resources/default-conf/conf.hjson > $out"));
|
||||
|
||||
programs.bash.initExtra = mkIf cfg.enableBashIntegration (shellInit "bash");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue