mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 02:05:51 +03:00
arcan: rename everyone-wrapped to all-wrapped
An easier and more sensible name for this aglutination.
This commit is contained in:
parent
cdbc8c9fb1
commit
30154ecd95
@ -35,8 +35,8 @@ rec {
|
||||
|
||||
# One Expression to SymlinkJoin Them All
|
||||
|
||||
everyone-wrapped = callPackage ./wrapper.nix {
|
||||
name = "everyone-wrapped";
|
||||
all-wrapped = callPackage ./wrapper.nix {
|
||||
name = "all-wrapped";
|
||||
appls = [ durden pipeworld ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user