repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #329823 from ExpidusOS/fix/pkgsllvm/elfutils
[NixPkgs.git]
/
pkgs
/
common-updater
/
nix-update.nix
blob
342b1677c6de8d5edfb4e7a4773b0e1bc90194a5
1
{ lib, nix-update }:
2
3
{ attrPath ? null
4
, extraArgs ? [ ]
5
}:
6
7
[ "${lib.getExe nix-update}" ] ++ extraArgs ++ lib.optional (attrPath != null) attrPath