Remove redundant buildInput
This commit is contained in:
parent
35a309097a
commit
c5e6fe6e5f
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ let
|
|||
optionsXML =
|
||||
# builtins.toFile "options.xml" (builtins.toXML optionsList);
|
||||
pkgs.runCommand "options.xml" {
|
||||
buildInputs = [pkgs.nix pkgs.fakeroot pkgs.jq];
|
||||
buildInputs = [pkgs.nix pkgs.jq];
|
||||
inherit optionsExpr;
|
||||
} ''
|
||||
export NIX_LOG_DIR=$PWD
|
||||
|
|
Loading…
Reference in a new issue