Merge pull request #329823 from ExpidusOS/fix/pkgsllvm/elfutils
[NixPkgs.git] / pkgs / common-updater / nix-update.nix
blob342b1677c6de8d5edfb4e7a4773b0e1bc90194a5
1 { lib, nix-update }:
3 { attrPath ? null
4 , extraArgs ? [ ]
5 }:
7 [ "${lib.getExe nix-update}" ] ++ extraArgs ++ lib.optional (attrPath != null) attrPath