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
base16-schemes: unstable-2024-06-21 -> unstable-2024-11-12
[NixPkgs.git]
/
pkgs
/
by-name
/
ni
/
nix-update
/
nix-update-script.nix
blob
82da510d5061645a32849c385653aeac87f6b661
1
{
2
lib,
3
nix-update,
4
}:
5
6
{
7
attrPath ? null,
8
extraArgs ? [ ],
9
}:
10
11
[ "${lib.getExe nix-update}" ] ++ extraArgs ++ lib.optionals (attrPath != null) [ attrPath ]