Remove redundant buildInput

This commit is contained in:
Robert Hensing 2019-03-05 19:42:10 +01:00
parent 35a309097a
commit c5e6fe6e5f

View file

@ -15,7 +15,7 @@ let
optionsXML = optionsXML =
# builtins.toFile "options.xml" (builtins.toXML optionsList); # builtins.toFile "options.xml" (builtins.toXML optionsList);
pkgs.runCommand "options.xml" { pkgs.runCommand "options.xml" {
buildInputs = [pkgs.nix pkgs.fakeroot pkgs.jq]; buildInputs = [pkgs.nix pkgs.jq];
inherit optionsExpr; inherit optionsExpr;
} '' } ''
export NIX_LOG_DIR=$PWD export NIX_LOG_DIR=$PWD